#7c4620

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

Shades of Russet #7C4620

Tints of Russet #7C4620

Color information

#7C4620 (or 0x7C4620) is unknown color: approx Russet. HEX triplet: 7C, 46 and 20. RGB value is (124,70,32). Sum of RGB (Red+Green+Blue) = 124+70+32=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4620 is #83B9DF. Grayscale: #525252. Windows color (decimal): -8632800 or 2115196. OLE color: 2115196.

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

Color convert

RGB1247032-
CMYK00.440.740.51
HSL24.78º58.97%30.59%-
HSV(B)24.78º74.19%48.63%-
XYZ10.768.772.49-
YUV81.8199.89158.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.87%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=54.87%
G=30.97%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124703200.440.740.5124.7858.9730.59
Hex7C462002C4A33193b1f
Octal1741064005411263317337
Binary11111001000110100000010110010010101100111100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c4620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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