#9E3416

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

Shades of Burnt Umber #9E3416

Tints of Burnt Umber #9E3416

Color information

#9E3416 (or 0x9E3416) is unknown color: approx Burnt Umber. HEX triplet: 9E, 34 and 16. RGB value is (158,52,22). Sum of RGB (Red+Green+Blue) = 158+52+22=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3416 is #61CBE9. Grayscale: #505050. Windows color (decimal): -6409194 or 1455262. OLE color: 1455262.

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

Color convert

RGB1585222-
CMYK00.670.860.38
HSL13.24º75.56%35.29%-
HSV(B)13.24º86.08%61.96%-
XYZ15.479.781.83-
YUV80.2795.12183.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.10%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=68.10%
G=22.41%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158522200.670.860.3813.2475.5635.29
Hex9E34160435626d4c23
Octal23664260103126461511443
Binary100111101101001011001000011101011010011011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,22); }

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

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

 a { background-color: rgb(158,52,22); }

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

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

 span { border-color: rgb(158,52,22); }

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