#7F3120

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

Shades of Burnt Umber #7F3120

Tints of Burnt Umber #7F3120

Color information

#7F3120 (or 0x7F3120) is unknown color: approx Burnt Umber. HEX triplet: 7F, 31 and 20. RGB value is (127,49,32). Sum of RGB (Red+Green+Blue) = 127+49+32=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3120 is #80CEDF. Grayscale: #464646. Windows color (decimal): -8441568 or 2109823. OLE color: 2109823.

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

Color convert

RGB1274932-
CMYK00.610.750.50
HSL10.74º59.75%31.18%-
HSV(B)10.74º74.8%49.8%-
XYZ10.116.812.15-
YUV70.38106.34168.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.06%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=61.06%
G=23.56%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127493200.610.750.5010.7459.7531.18
Hex7F312003D4B32b3c1f
Octal177614007511362137437
Binary111111111000110000001111011001011110010101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,32); }

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

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

 a { background-color: rgb(127,49,32); }

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

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

 span { border-color: rgb(127,49,32); }

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