#8d2e0c

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

Shades of Burnt Umber #8D2E0C

Tints of Burnt Umber #8D2E0C

Color information

#8D2E0C (or 0x8D2E0C) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2E and 0C. RGB value is (141,46,12). Sum of RGB (Red+Green+Blue) = 141+46+12=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2E0C is #72D1F3. Grayscale: #464646. Windows color (decimal): -7524852 or 798349. OLE color: 798349.

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

Color convert

RGB1414612-
CMYK00.670.910.45
HSL15.81º84.31%30%-
HSV(B)15.81º91.49%55.29%-
XYZ12.037.641.19-
YUV70.5394.97178.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.85%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=70.85%
G=23.12%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141461200.670.910.4515.8184.3130
Hex8D2EC0435B2D10541e
Octal21556140103133552012436
Binary10001101101110110001000011101101110110110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d2e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,46,12); }

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

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

 a { background-color: rgb(141,46,12); }

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

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

 span { border-color: rgb(141,46,12); }

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