#78461F

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

Shades of Russet #78461F

Tints of Russet #78461F

Color information

#78461F (or 0x78461F) is unknown color: approx Russet. HEX triplet: 78, 46 and 1F. RGB value is (120,70,31). Sum of RGB (Red+Green+Blue) = 120+70+31=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78461F is #87B9E0. Grayscale: #505050. Windows color (decimal): -8894945 or 2049656. OLE color: 2049656.

HSL color Cylindrical-coordinate representation of color #78461F: hue angle of 26.29º 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 #78461F is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1207031-
CMYK00.420.740.53
HSL26.29º58.94%29.61%-
HSV(B)26.29º74.17%47.06%-
XYZ10.188.472.39-
YUV80.5100.06156.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=54.30%
G=31.67%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120703100.420.740.5326.2958.9429.61
Hex78461F02A4A351a3b1e
Octal1701063705211265327336
Binary1111000100011011111010101010010101101011101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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