#857525

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

Shades of Pesto #857525

Tints of Pesto #857525

Color information

#857525 (or 0x857525) is unknown color: approx Pesto. HEX triplet: 85, 75 and 25. RGB value is (133,117,37). Sum of RGB (Red+Green+Blue) = 133+117+37=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #857525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857525 is #7A8ADA. Grayscale: #717171. Windows color (decimal): -8030939 or 2454917. OLE color: 2454917.

HSL color Cylindrical-coordinate representation of color #857525: hue angle of 50º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #857525 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB13311737-
CMYK00.120.720.48
HSL50º56.47%33.33%-
HSV(B)50º72.18%52.16%-
XYZ16.3717.844.33-
YUV112.6685.3142.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=46.34%
G=40.77%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331173700.120.720.485056.4733.33
Hex8575250C4830323821
Octal2051654501411060627041
Binary100001011110101100101011001001000110000110010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857525; }

 p { color: rgb(133,117,37); }

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

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

 a { background-color: rgb(133,117,37); }

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

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

 span { border-color: rgb(133,117,37); }

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