#9A3318

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

Shades of Burnt Umber #9A3318

Tints of Burnt Umber #9A3318

Color information

#9A3318 (or 0x9A3318) is unknown color: approx Burnt Umber. HEX triplet: 9A, 33 and 18. RGB value is (154,51,24). Sum of RGB (Red+Green+Blue) = 154+51+24=229 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.25% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3318 is #65CCE7. Grayscale: #4E4E4E. Windows color (decimal): -6671592 or 1586074. OLE color: 1586074.

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

Color convert

RGB1545124-
CMYK00.670.840.40
HSL12.46º73.03%34.9%-
HSV(B)12.46º84.42%60.39%-
XYZ14.689.31.89-
YUV78.7297.12181.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 67.25%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=67.25%
G=22.27%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154512400.670.840.4012.4673.0334.9
Hex9A33180435428c4923
Octal23263300103124501411143
Binary100110101100111100001000011101010010100011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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