#9E3415

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

Shades of Burnt Umber #9E3415

Tints of Burnt Umber #9E3415

Color information

#9E3415 (or 0x9E3415) is unknown color: approx Burnt Umber. HEX triplet: 9E, 34 and 15. RGB value is (158,52,21). Sum of RGB (Red+Green+Blue) = 158+52+21=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3415 is #61CBEA. Grayscale: #505050. Windows color (decimal): -6409195 or 1389726. OLE color: 1389726.

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

Color convert

RGB1585221-
CMYK00.670.870.38
HSL13.58º76.54%35.1%-
HSV(B)13.58º86.71%61.96%-
XYZ15.469.781.78-
YUV80.1694.62183.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.40%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=68.40%
G=22.51%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158522100.670.870.3813.5876.5435.1
Hex9E34150435726e4d23
Octal23664250103127461611543
Binary100111101101001010101000011101011110011011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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