#8C3319

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

Shades of Burnt Umber #8C3319

Tints of Burnt Umber #8C3319

Color information

#8C3319 (or 0x8C3319) is unknown color: approx Burnt Umber. HEX triplet: 8C, 33 and 19. RGB value is (140,51,25). Sum of RGB (Red+Green+Blue) = 140+51+25=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3319 is #73CCE6. Grayscale: #4A4A4A. Windows color (decimal): -7589095 or 1651596. OLE color: 1651596.

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

Color convert

RGB1405125-
CMYK00.640.820.45
HSL13.57º69.7%32.35%-
HSV(B)13.57º82.14%54.9%-
XYZ12.178.011.82-
YUV74.6599.99174.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.81%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=64.81%
G=23.61%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140512500.640.820.4513.5769.732.35
Hex8C3319040522De4620
Octal21463310100122551610640
Binary100011001100111100101000000101001010110111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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