#7F2B16

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

Shades of Burnt Umber #7F2B16

Tints of Burnt Umber #7F2B16

Color information

#7F2B16 (or 0x7F2B16) is unknown color: approx Burnt Umber. HEX triplet: 7F, 2B and 16. RGB value is (127,43,22). Sum of RGB (Red+Green+Blue) = 127+43+22=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2B16 is #80D4E9. Grayscale: #414141. Windows color (decimal): -8443114 or 1452927. OLE color: 1452927.

HSL color Cylindrical-coordinate representation of color #7F2B16: hue angle of 12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F2B16 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1274322-
CMYK00.660.830.50
HSL12º70.47%29.22%-
HSV(B)12º82.68%49.8%-
XYZ9.766.31.46-
YUV65.72103.33171.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 66.15%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=66.15%
G=22.40%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127432200.660.830.501270.4729.22
Hex7F2B160425332c461d
Octal17753260102123621410635
Binary1111111101011101100100001010100111100101100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,43,22); }

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

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

 a { background-color: rgb(127,43,22); }

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

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

 span { border-color: rgb(127,43,22); }

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