#7F341A

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

Shades of Burnt Umber #7F341A

Tints of Burnt Umber #7F341A

Color information

#7F341A (or 0x7F341A) is unknown color: approx Burnt Umber. HEX triplet: 7F, 34 and 1A. RGB value is (127,52,26). Sum of RGB (Red+Green+Blue) = 127+52+26=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F341A is #80CBE5. Grayscale: #474747. Windows color (decimal): -8440806 or 1717375. OLE color: 1717375.

HSL color Cylindrical-coordinate representation of color #7F341A: hue angle of 15.45º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F341A is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1275226-
CMYK00.590.800.50
HSL15.45º66.01%30%-
HSV(B)15.45º79.53%49.8%-
XYZ10.177.041.8-
YUV71.46102.35167.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.95%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=61.95%
G=25.37%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127522600.590.800.5015.4566.0130
Hex7F341A03B5032f421e
Octal1776432073120621710236
Binary111111111010011010011101110100001100101111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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