#85784A

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

Shades of Shadow #85784A

Tints of Shadow #85784A

Color information

#85784A (or 0x85784A) is unknown color: approx Shadow. HEX triplet: 85, 78 and 4A. RGB value is (133,120,74). Sum of RGB (Red+Green+Blue) = 133+120+74=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85784A is #7A87B5. Grayscale: #767676. Windows color (decimal): -8030134 or 4880517. OLE color: 4880517.

HSL color Cylindrical-coordinate representation of color #85784A: hue angle of 46.78º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85784A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13312074-
CMYK00.100.440.48
HSL46.78º28.5%40.59%-
HSV(B)46.78º44.36%52.16%-
XYZ17.6318.919.2-
YUV118.64102.81138.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=40.67%
G=36.70%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331207400.100.440.4846.7828.540.59
Hex85784A0A2C302f1d29
Octal2051701120125460573551
Binary10000101111100010010100101010110011000010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85784A; }

 p { color: rgb(133,120,74); }

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

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

 a { background-color: rgb(133,120,74); }

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

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

 span { border-color: rgb(133,120,74); }

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