#85734D

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

Shades of Shadow #85734D

Tints of Shadow #85734D

Color information

#85734D (or 0x85734D) is unknown color: approx Shadow. HEX triplet: 85, 73 and 4D. RGB value is (133,115,77). Sum of RGB (Red+Green+Blue) = 133+115+77=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85734D is #7A8CB2. Grayscale: #747474. Windows color (decimal): -8031411 or 5075845. OLE color: 5075845.

HSL color Cylindrical-coordinate representation of color #85734D: hue angle of 40.71º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85734D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13311577-
CMYK00.140.420.48
HSL40.71º26.67%41.18%-
HSV(B)40.71º42.11%52.16%-
XYZ17.1417.789.55-
YUV116.05105.96140.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=40.92%
G=35.38%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331157700.140.420.4840.7126.6741.18
Hex85734D0E2A30291b29
Octal2051631150165260513351
Binary10000101111001110011010111010101011000010100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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