#85734B

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

Shades of Shadow #85734B

Tints of Shadow #85734B

Color information

#85734B (or 0x85734B) is unknown color: approx Shadow. HEX triplet: 85, 73 and 4B. RGB value is (133,115,75). Sum of RGB (Red+Green+Blue) = 133+115+75=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85734B is #7A8CB4. Grayscale: #747474. Windows color (decimal): -8031413 or 4944773. OLE color: 4944773.

HSL color Cylindrical-coordinate representation of color #85734B: hue angle of 41.38º degrees, saturation: 0.28, 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 #85734B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13311575-
CMYK00.140.440.48
HSL41.38º27.88%40.78%-
HSV(B)41.38º43.61%52.16%-
XYZ17.0717.769.18-
YUV115.82104.96140.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=41.18%
G=35.60%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331157500.140.440.4841.3827.8840.78
Hex85734B0E2C30291c29
Octal2051631130165460513451
Binary10000101111001110010110111010110011000010100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,115,75); }

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

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

 a { background-color: rgb(133,115,75); }

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

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

 span { border-color: rgb(133,115,75); }

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