#7F321B

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

Shades of Burnt Umber #7F321B

Tints of Burnt Umber #7F321B

Color information

#7F321B (or 0x7F321B) is unknown color: approx Burnt Umber. HEX triplet: 7F, 32 and 1B. RGB value is (127,50,27). Sum of RGB (Red+Green+Blue) = 127+50+27=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F321B is #80CDE4. Grayscale: #464646. Windows color (decimal): -8441317 or 1782399. OLE color: 1782399.

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

Color convert

RGB1275027-
CMYK00.610.790.50
HSL13.8º64.94%30.2%-
HSV(B)13.8º78.74%49.8%-
XYZ10.096.871.83-
YUV70.4103.51168.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.25%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=62.25%
G=24.51%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127502700.610.790.5013.864.9430.2
Hex7F321B03D4F32e411e
Octal1776233075117621610136
Binary111111111001011011011110110011111100101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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