#85762A

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

Shades of Pesto #85762A

Tints of Pesto #85762A

Color information

#85762A (or 0x85762A) is unknown color: approx Pesto. HEX triplet: 85, 76 and 2A. RGB value is (133,118,42). Sum of RGB (Red+Green+Blue) = 133+118+42=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85762A is #7A89D5. Grayscale: #727272. Windows color (decimal): -8030678 or 2782853. OLE color: 2782853.

HSL color Cylindrical-coordinate representation of color #85762A: hue angle of 50.11º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85762A is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13311842-
CMYK00.110.680.48
HSL50.11º52%34.31%-
HSV(B)50.11º68.42%52.16%-
XYZ16.5718.114.81-
YUV113.8287.47141.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=45.39%
G=40.27%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331184200.110.680.4850.115234.31
Hex85762A0B4430323422
Octal2051665201310460626442
Binary100001011110110101010010111000100110000110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,118,42); }

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

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

 a { background-color: rgb(133,118,42); }

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

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

 span { border-color: rgb(133,118,42); }

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