#7D2C16

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

Shades of Burnt Umber #7D2C16

Tints of Burnt Umber #7D2C16

Color information

#7D2C16 (or 0x7D2C16) is unknown color: approx Burnt Umber. HEX triplet: 7D, 2C and 16. RGB value is (125,44,22). Sum of RGB (Red+Green+Blue) = 125+44+22=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2C16 is #82D3E9. Grayscale: #414141. Windows color (decimal): -8573930 or 1453181. OLE color: 1453181.

HSL color Cylindrical-coordinate representation of color #7D2C16: hue angle of 12.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D2C16 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1254422-
CMYK00.650.820.51
HSL12.82º70.07%28.82%-
HSV(B)12.82º82.4%49.02%-
XYZ9.56.221.46-
YUV65.71103.34170.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 65.45%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=65.45%
G=23.04%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125442200.650.820.5112.8270.0728.82
Hex7D2C160415233d461d
Octal17554260101122631510635
Binary1111101101100101100100000110100101100111101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,44,22); }

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

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

 a { background-color: rgb(125,44,22); }

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

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

 span { border-color: rgb(125,44,22); }

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