#7C4514

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

Shades of Russet #7C4514

Tints of Russet #7C4514

Color information

#7C4514 (or 0x7C4514) is unknown color: approx Russet. HEX triplet: 7C, 45 and 14. RGB value is (124,69,20). Sum of RGB (Red+Green+Blue) = 124+69+20=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4514 is #83BAEB. Grayscale: #505050. Windows color (decimal): -8633068 or 1328508. OLE color: 1328508.

HSL color Cylindrical-coordinate representation of color #7C4514: hue angle of 28.27º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C4514 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1246920-
CMYK00.440.840.51
HSL28.27º72.22%28.24%-
HSV(B)28.27º83.87%48.63%-
XYZ10.578.591.76-
YUV79.8694.22159.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.22%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=58.22%
G=32.39%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124692000.440.840.5128.2772.2228.24
Hex7C451402C54331c481c
Octal17410524054124633411034
Binary11111001000101101000101100101010011001111100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,69,20); }

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

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

 a { background-color: rgb(124,69,20); }

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

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

 span { border-color: rgb(124,69,20); }

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