#7F3020

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

Shades of Burnt Umber #7F3020

Tints of Burnt Umber #7F3020

Color information

#7F3020 (or 0x7F3020) is unknown color: approx Burnt Umber. HEX triplet: 7F, 30 and 20. RGB value is (127,48,32). Sum of RGB (Red+Green+Blue) = 127+48+32=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3020 is #80CFDF. Grayscale: #454545. Windows color (decimal): -8441824 or 2109567. OLE color: 2109567.

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

Color convert

RGB1274832-
CMYK00.620.750.50
HSL10.11º59.75%31.18%-
HSV(B)10.11º74.8%49.8%-
XYZ10.076.732.13-
YUV69.8106.67168.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=61.35%
G=23.19%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127483200.620.750.5010.1159.7531.18
Hex7F302003E4B32a3c1f
Octal177604007611362127437
Binary111111111000010000001111101001011110010101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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