#7F3520

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

Shades of Burnt Umber #7F3520

Tints of Burnt Umber #7F3520

Color information

#7F3520 (or 0x7F3520) is unknown color: approx Burnt Umber. HEX triplet: 7F, 35 and 20. RGB value is (127,53,32). Sum of RGB (Red+Green+Blue) = 127+53+32=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3520 is #80CADF. Grayscale: #484848. Windows color (decimal): -8440544 or 2110847. OLE color: 2110847.

HSL color Cylindrical-coordinate representation of color #7F3520: hue angle of 13.26º 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 #7F3520 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1275332-
CMYK00.580.750.50
HSL13.26º59.75%31.18%-
HSV(B)13.26º74.8%49.8%-
XYZ10.297.162.21-
YUV72.73105.02166.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.91%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=59.91%
G=25%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127533200.580.750.5013.2659.7531.18
Hex7F352003A4B32d3c1f
Octal177654007211362157437
Binary111111111010110000001110101001011110010110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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