#9B3318

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

Shades of Burnt Umber #9B3318

Tints of Burnt Umber #9B3318

Color information

#9B3318 (or 0x9B3318) is unknown color: approx Burnt Umber. HEX triplet: 9B, 33 and 18. RGB value is (155,51,24). Sum of RGB (Red+Green+Blue) = 155+51+24=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3318 is #64CCE7. Grayscale: #4F4F4F. Windows color (decimal): -6606056 or 1586075. OLE color: 1586075.

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

Color convert

RGB1555124-
CMYK00.670.850.39
HSL12.37º73.18%35.1%-
HSV(B)12.37º84.52%60.78%-
XYZ14.879.41.9-
YUV79.0296.96182.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.39%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=67.39%
G=22.17%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155512400.670.850.3912.3773.1835.1
Hex9B33180435527c4923
Octal23363300103125471411143
Binary100110111100111100001000011101010110011111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,24); }

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

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

 a { background-color: rgb(155,51,24); }

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

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

 span { border-color: rgb(155,51,24); }

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