#784B20

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

Shades of Russet #784B20

Tints of Russet #784B20

Color information

#784B20 (or 0x784B20) is unknown color: approx Russet. HEX triplet: 78, 4B and 20. RGB value is (120,75,32). Sum of RGB (Red+Green+Blue) = 120+75+32=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #784B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B20 is #87B4DF. Grayscale: #535353. Windows color (decimal): -8893664 or 2116472. OLE color: 2116472.

HSL color Cylindrical-coordinate representation of color #784B20: hue angle of 29.32º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #784B20 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1207532-
CMYK00.370.730.53
HSL29.32º57.89%29.8%-
HSV(B)29.32º73.33%47.06%-
XYZ10.529.132.57-
YUV83.5598.91154-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=52.86%
G=33.04%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120753200.370.730.5329.3257.8929.8
Hex784B2002549351d3a1e
Octal1701134004511165357236
Binary11110001001011100000010010110010011101011110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B20; }

 p { color: rgb(120,75,32); }

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

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

 a { background-color: rgb(120,75,32); }

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

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

 span { border-color: rgb(120,75,32); }

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