#7C2D20

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

Shades of Burnt Umber #7C2D20

Tints of Burnt Umber #7C2D20

Color information

#7C2D20 (or 0x7C2D20) is unknown color: approx Burnt Umber. HEX triplet: 7C, 2D and 20. RGB value is (124,45,32). Sum of RGB (Red+Green+Blue) = 124+45+32=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2D20 is #83D2DF. Grayscale: #434343. Windows color (decimal): -8639200 or 2108796. OLE color: 2108796.

HSL color Cylindrical-coordinate representation of color #7C2D20: hue angle of 8.48º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2D20 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB1244532-
CMYK00.640.740.51
HSL8.48º58.97%30.59%-
HSV(B)8.48º74.19%48.63%-
XYZ9.516.272.07-
YUV67.14108.17168.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.69%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=61.69%
G=22.39%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124453200.640.740.518.4858.9730.59
Hex7C2D200404A3383b1f
Octal1745540010011263107337
Binary1111100101101100000010000001001010110011100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,45,32); }

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

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

 a { background-color: rgb(124,45,32); }

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

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

 span { border-color: rgb(124,45,32); }

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