#7F291F

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

Shades of Burnt Umber #7F291F

Tints of Burnt Umber #7F291F

Color information

#7F291F (or 0x7F291F) is unknown color: approx Burnt Umber. HEX triplet: 7F, 29 and 1F. RGB value is (127,41,31). Sum of RGB (Red+Green+Blue) = 127+41+31=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F291F is #80D6E0. Grayscale: #414141. Windows color (decimal): -8443617 or 2042239. OLE color: 2042239.

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

Color convert

RGB1274131-
CMYK00.680.760.50
HSL6.25º60.76%30.98%-
HSV(B)6.25º75.59%49.8%-
XYZ9.796.21.98-
YUV65.57108.49171.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.82%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=63.82%
G=20.60%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127413100.680.760.506.2560.7630.98
Hex7F291F0444C3263d1f
Octal177513701041146267537
Binary11111111010011111101000100100110011001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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