#78491F

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

Shades of Russet #78491F

Tints of Russet #78491F

Color information

#78491F (or 0x78491F) is unknown color: approx Russet. HEX triplet: 78, 49 and 1F. RGB value is (120,73,31). Sum of RGB (Red+Green+Blue) = 120+73+31=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #78491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78491F is #87B6E0. Grayscale: #525252. Windows color (decimal): -8894177 or 2050424. OLE color: 2050424.

HSL color Cylindrical-coordinate representation of color #78491F: hue angle of 28.31º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78491F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1207331-
CMYK00.390.740.53
HSL28.31º58.94%29.61%-
HSV(B)28.31º74.17%47.06%-
XYZ10.388.862.46-
YUV82.2699.07154.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=53.57%
G=32.59%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120733100.390.740.5328.3158.9429.61
Hex78491F0274A351c3b1e
Octal1701113704711265347336
Binary1111000100100111111010011110010101101011110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78491F; }

 p { color: rgb(120,73,31); }

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

<style>
 a { background-color: #78491F; }

 a { background-color: rgb(120,73,31); }

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

<style>
 span { border-color: #78491F; }

 span { border-color: rgb(120,73,31); }

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