#7F2A11

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

Shades of Burnt Umber #7F2A11

Tints of Burnt Umber #7F2A11

Color information

#7F2A11 (or 0x7F2A11) is unknown color: approx Burnt Umber. HEX triplet: 7F, 2A and 11. RGB value is (127,42,17). Sum of RGB (Red+Green+Blue) = 127+42+17=186 (24% of max value = 765). Red value is 127 (50% from 255 or 68.28% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2A11 is #80D5EE. Grayscale: #404040. Windows color (decimal): -8443375 or 1124991. OLE color: 1124991.

HSL color Cylindrical-coordinate representation of color #7F2A11: hue angle of 13.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F2A11 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB1274217-
CMYK00.670.870.50
HSL13.64º76.39%28.24%-
HSV(B)13.64º86.61%49.8%-
XYZ9.686.211.22-
YUV64.56101.16172.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.28%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=68.28%
G=22.58%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127421700.670.870.5013.6476.3928.24
Hex7F2A110435732e4c1c
Octal17752210103127621611434
Binary1111111101010100010100001110101111100101110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2A11; }

 p { color: rgb(127,42,17); }

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

<style>
 a { background-color: #7F2A11; }

 a { background-color: rgb(127,42,17); }

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

<style>
 span { border-color: #7F2A11; }

 span { border-color: rgb(127,42,17); }

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