#7C2C16

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

Shades of Burnt Umber #7C2C16

Tints of Burnt Umber #7C2C16

Color information

#7C2C16 (or 0x7C2C16) is unknown color: approx Burnt Umber. HEX triplet: 7C, 2C and 16. RGB value is (124,44,22). Sum of RGB (Red+Green+Blue) = 124+44+22=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2C16 is #83D3E9. Grayscale: #414141. Windows color (decimal): -8639466 or 1453180. OLE color: 1453180.

HSL color Cylindrical-coordinate representation of color #7C2C16: hue angle of 12.94º 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 #7C2C16 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1244422-
CMYK00.650.820.51
HSL12.94º69.86%28.63%-
HSV(B)12.94º82.26%48.63%-
XYZ9.366.141.45-
YUV65.41103.5169.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.26%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=65.26%
G=23.16%
B=11.58%

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
Decimal124442200.650.820.5112.9469.8628.63
Hex7C2C160415233d461d
Octal17454260101122631510635
Binary1111100101100101100100000110100101100111101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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