#85782A

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

Shades of Pesto #85782A

Tints of Pesto #85782A

Color information

#85782A (or 0x85782A) is unknown color: approx Pesto. HEX triplet: 85, 78 and 2A. RGB value is (133,120,42). Sum of RGB (Red+Green+Blue) = 133+120+42=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85782A is #7A87D5. Grayscale: #737373. Windows color (decimal): -8030166 or 2783365. OLE color: 2783365.

HSL color Cylindrical-coordinate representation of color #85782A: hue angle of 51.43º 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 #85782A is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13312042-
CMYK00.100.680.48
HSL51.43º52%34.31%-
HSV(B)51.43º68.42%52.16%-
XYZ16.8118.594.89-
YUV114.9986.81140.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=45.08%
G=40.68%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331204200.100.680.4851.435234.31
Hex85782A0A4430333422
Octal2051705201210460636442
Binary100001011111000101010010101000100110000110011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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