#7F341B

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

Shades of Burnt Umber #7F341B

Tints of Burnt Umber #7F341B

Color information

#7F341B (or 0x7F341B) is unknown color: approx Burnt Umber. HEX triplet: 7F, 34 and 1B. RGB value is (127,52,27). Sum of RGB (Red+Green+Blue) = 127+52+27=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F341B is #80CBE4. Grayscale: #474747. Windows color (decimal): -8440805 or 1782911. OLE color: 1782911.

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

Color convert

RGB1275227-
CMYK00.590.790.50
HSL15º64.94%30.2%-
HSV(B)15º78.74%49.8%-
XYZ10.187.051.86-
YUV71.58102.85167.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.65%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=61.65%
G=25.24%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127522700.590.790.501564.9430.2
Hex7F341B03B4F32f411e
Octal1776433073117621710136
Binary111111111010011011011101110011111100101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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