#7C4921

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

Shades of Russet #7C4921

Tints of Russet #7C4921

Color information

#7C4921 (or 0x7C4921) is unknown color: approx Russet. HEX triplet: 7C, 49 and 21. RGB value is (124,73,33). Sum of RGB (Red+Green+Blue) = 124+73+33=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4921 is #83B6DE. Grayscale: #535353. Windows color (decimal): -8632031 or 2181500. OLE color: 2181500.

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

Color convert

RGB1247333-
CMYK00.410.730.51
HSL26.37º57.96%30.78%-
HSV(B)26.37º73.39%48.63%-
XYZ10.979.162.63-
YUV83.6999.4156.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=53.91%
G=31.74%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124733300.410.730.5126.3757.9630.78
Hex7C492102949331a3a1f
Octal1741114105111163327237
Binary11111001001001100001010100110010011100111101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,33); }

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

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

 a { background-color: rgb(124,73,33); }

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

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

 span { border-color: rgb(124,73,33); }

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