#784012

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

Shades of Russet #784012

Tints of Russet #784012

Color information

#784012 (or 0x784012) is unknown color: approx Russet. HEX triplet: 78, 40 and 12. RGB value is (120,64,18). Sum of RGB (Red+Green+Blue) = 120+64+18=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #784012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784012 is #87BFED. Grayscale: #4B4B4B. Windows color (decimal): -8896494 or 1196152. OLE color: 1196152.

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

Color convert

RGB1206418-
CMYK00.470.850.53
HSL27.06º73.91%27.06%-
HSV(B)27.06º85%47.06%-
XYZ9.697.71.55-
YUV75.595.55159.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=59.41%
G=31.68%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120641800.470.850.5327.0673.9127.06
Hex78401202F55351b4a1b
Octal17010022057125653311233
Binary11110001000000100100101111101010111010111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784012; }

 p { color: rgb(120,64,18); }

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

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

 a { background-color: rgb(120,64,18); }

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

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

 span { border-color: rgb(120,64,18); }

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