#78481B

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

Shades of Russet #78481B

Tints of Russet #78481B

Color information

#78481B (or 0x78481B) is unknown color: approx Russet. HEX triplet: 78, 48 and 1B. RGB value is (120,72,27). Sum of RGB (Red+Green+Blue) = 120+72+27=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78481B is #87B7E4. Grayscale: #515151. Windows color (decimal): -8894437 or 1788024. OLE color: 1788024.

HSL color Cylindrical-coordinate representation of color #78481B: hue angle of 29.03º degrees, saturation: 0.63, 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 #78481B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1207227-
CMYK00.400.780.53
HSL29.03º63.27%28.82%-
HSV(B)29.03º77.5%47.06%-
XYZ10.268.712.18-
YUV81.2297.4155.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=54.79%
G=32.88%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120722700.400.780.5329.0363.2728.82
Hex78481B0284E351d3f1d
Octal1701103305011665357735
Binary1111000100100011011010100010011101101011110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78481B; }

 p { color: rgb(120,72,27); }

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

<style>
 a { background-color: #78481B; }

 a { background-color: rgb(120,72,27); }

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

<style>
 span { border-color: #78481B; }

 span { border-color: rgb(120,72,27); }

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