#79481C

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

Shades of Russet #79481C

Tints of Russet #79481C

Color information

#79481C (or 0x79481C) is unknown color: approx Russet. HEX triplet: 79, 48 and 1C. RGB value is (121,72,28). Sum of RGB (Red+Green+Blue) = 121+72+28=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79481C is #86B7E3. Grayscale: #515151. Windows color (decimal): -8828900 or 1853561. OLE color: 1853561.

HSL color Cylindrical-coordinate representation of color #79481C: hue angle of 28.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79481C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1217228-
CMYK00.400.770.53
HSL28.39º62.42%29.22%-
HSV(B)28.39º76.86%47.45%-
XYZ10.418.782.25-
YUV81.6397.73156.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=54.75%
G=32.58%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121722800.400.770.5328.3962.4229.22
Hex79481C0284D351c3e1d
Octal1711103405011565347635
Binary1111001100100011100010100010011011101011110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79481C; }

 p { color: rgb(121,72,28); }

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

<style>
 a { background-color: #79481C; }

 a { background-color: rgb(121,72,28); }

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

<style>
 span { border-color: #79481C; }

 span { border-color: rgb(121,72,28); }

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