#9B3515

Color #9B3515 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #9B3515

Tints of Burnt Umber #9B3515

Color information

#9B3515 (or 0x9B3515) is unknown color: approx Burnt Umber. HEX triplet: 9B, 35 and 15. RGB value is (155,53,21). Sum of RGB (Red+Green+Blue) = 155+53+21=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3515 is #64CAEA. Grayscale: #505050. Windows color (decimal): -6605547 or 1389979. OLE color: 1389979.

HSL color Cylindrical-coordinate representation of color #9B3515: hue angle of 14.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B3515 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1555321-
CMYK00.660.860.39
HSL14.33º76.14%34.51%-
HSV(B)14.33º86.45%60.78%-
XYZ14.939.571.77-
YUV79.8594.79181.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 67.69%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=67.69%
G=23.14%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155532100.660.860.3914.3376.1434.51
Hex9B35150425627e4c23
Octal23365250102126471611443
Binary100110111101011010101000010101011010011111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B3515; }

 p { color: rgb(155,53,21); }

 H1.HeaderClassName
 {
   color: #9B3515;
 }
 .AnyTagClassName
 {
   color: #9B3515;
 }
</style>
background-color css

<style>
 a { background-color: #9B3515; }

 a { background-color: rgb(155,53,21); }

 div.DivClassName
 {
   background-color: #9B3515;
 }
 .BgClassName
 {
   background-color: #9B3515;
 }
</style>
border-color css

<style>
 span { border-color: #9B3515; }

 span { border-color: rgb(155,53,21); }

 td.TdClassName
 {
   border-color: #9B3515;
 }
 .TagClassName
 {
   border-color: #9B3515;
 }
</style>