#8D2A07

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

Shades of Burnt Umber #8D2A07

Tints of Burnt Umber #8D2A07

Color information

#8D2A07 (or 0x8D2A07) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2A and 07. RGB value is (141,42,7). Sum of RGB (Red+Green+Blue) = 141+42+7=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2A07 is #72D5F8. Grayscale: #434343. Windows color (decimal): -7525881 or 469645. OLE color: 469645.

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

Color convert

RGB141427-
CMYK00.700.950.45
HSL15.67º90.54%29.02%-
HSV(B)15.67º95.04%55.29%-
XYZ11.857.330.99-
YUV67.6193.8180.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 74.21%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=74.21%
G=22.11%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14142700.700.950.4515.6790.5429.02
Hex8D2A70465F2D105b1d
Octal2155270106137552013335
Binary1000110110101011101000110101111110110110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,42,7); }

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

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

 a { background-color: rgb(141,42,7); }

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

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

 span { border-color: rgb(141,42,7); }

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