#85714F

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

Shades of Shadow #85714F

Tints of Shadow #85714F

Color information

#85714F (or 0x85714F) is unknown color: approx Shadow. HEX triplet: 85, 71 and 4F. RGB value is (133,113,79). Sum of RGB (Red+Green+Blue) = 133+113+79=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85714F is #7A8EB0. Grayscale: #737373. Windows color (decimal): -8031921 or 5206405. OLE color: 5206405.

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

Color convert

RGB13311379-
CMYK00.150.410.48
HSL37.78º25.47%41.57%-
HSV(B)37.78º40.6%52.16%-
XYZ16.9917.369.85-
YUV115.1107.63140.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=40.92%
G=34.77%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331137900.150.410.4837.7825.4741.57
Hex85714F0F293026192a
Octal2051611170175160463152
Binary10000101111000110011110111110100111000010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85714F; }

 p { color: rgb(133,113,79); }

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

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

 a { background-color: rgb(133,113,79); }

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

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

 span { border-color: rgb(133,113,79); }

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