#8C3317

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

Shades of Burnt Umber #8C3317

Tints of Burnt Umber #8C3317

Color information

#8C3317 (or 0x8C3317) is unknown color: approx Burnt Umber. HEX triplet: 8C, 33 and 17. RGB value is (140,51,23). Sum of RGB (Red+Green+Blue) = 140+51+23=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3317 is #73CCE8. Grayscale: #4A4A4A. Windows color (decimal): -7589097 or 1520524. OLE color: 1520524.

HSL color Cylindrical-coordinate representation of color #8C3317: hue angle of 14.36º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C3317 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1405123-
CMYK00.640.840.45
HSL14.36º71.78%31.96%-
HSV(B)14.36º83.57%54.9%-
XYZ12.1581.72-
YUV74.4298.99174.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.42%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 23 (9.38% from 255) = 10.75%
R=65.42%
G=23.83%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140512300.640.840.4514.3671.7831.96
Hex8C3317040542De4820
Octal21463270100124551611040
Binary100011001100111011101000000101010010110111101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3317; }

 p { color: rgb(140,51,23); }

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

<style>
 a { background-color: #8C3317; }

 a { background-color: rgb(140,51,23); }

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

<style>
 span { border-color: #8C3317; }

 span { border-color: rgb(140,51,23); }

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