#7F331B

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

Shades of Burnt Umber #7F331B

Tints of Burnt Umber #7F331B

Color information

#7F331B (or 0x7F331B) is unknown color: approx Burnt Umber. HEX triplet: 7F, 33 and 1B. RGB value is (127,51,27). Sum of RGB (Red+Green+Blue) = 127+51+27=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F331B is #80CCE4. Grayscale: #474747. Windows color (decimal): -8441061 or 1782655. OLE color: 1782655.

HSL color Cylindrical-coordinate representation of color #7F331B: hue angle of 14.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F331B is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB1275127-
CMYK00.600.790.50
HSL14.4º64.94%30.2%-
HSV(B)14.4º78.74%49.8%-
XYZ10.136.961.85-
YUV70.99103.18167.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.95%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=61.95%
G=24.88%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127512700.600.790.5014.464.9430.2
Hex7F331B03C4F32e411e
Octal1776333074117621610136
Binary111111111001111011011110010011111100101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,27); }

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

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

 a { background-color: rgb(127,51,27); }

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

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

 span { border-color: rgb(127,51,27); }

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