#7F2A0D

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

Shades of Burnt Umber #7F2A0D

Tints of Burnt Umber #7F2A0D

Color information

#7F2A0D (or 0x7F2A0D) is unknown color: approx Burnt Umber. HEX triplet: 7F, 2A and 0D. RGB value is (127,42,13). Sum of RGB (Red+Green+Blue) = 127+42+13=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2A0D is #80D5F2. Grayscale: #404040. Windows color (decimal): -8443379 or 862847. OLE color: 862847.

HSL color Cylindrical-coordinate representation of color #7F2A0D: hue angle of 15.26º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F2A0D is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1274213-
CMYK00.670.900.50
HSL15.26º81.43%27.45%-
HSV(B)15.26º89.76%49.8%-
XYZ9.656.21.07-
YUV64.1199.16172.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.78%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=69.78%
G=23.08%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127421300.670.900.5015.2681.4327.45
Hex7F2AD0435A32f511b
Octal17752150103132621712133
Binary111111110101011010100001110110101100101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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