#7F290C

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

Shades of Burnt Umber #7F290C

Tints of Burnt Umber #7F290C

Color information

#7F290C (or 0x7F290C) is unknown color: approx Burnt Umber. HEX triplet: 7F, 29 and 0C. RGB value is (127,41,12). Sum of RGB (Red+Green+Blue) = 127+41+12=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F290C is #80D6F3. Grayscale: #3F3F3F. Windows color (decimal): -8443636 or 797055. OLE color: 797055.

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

Color convert

RGB1274112-
CMYK00.680.910.50
HSL15.13º82.73%27.25%-
HSV(B)15.13º90.55%49.8%-
XYZ9.616.121.02-
YUV63.4198.99173.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 70.56%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=70.56%
G=22.78%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127411200.680.910.5015.1382.7327.25
Hex7F29C0445B32f531b
Octal17751140104133621712333
Binary111111110100111000100010010110111100101111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,41,12); }

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

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

 a { background-color: rgb(127,41,12); }

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

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

 span { border-color: rgb(127,41,12); }

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