#85772F

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

Shades of Pesto #85772F

Tints of Pesto #85772F

Color information

#85772F (or 0x85772F) is unknown color: approx Pesto. HEX triplet: 85, 77 and 2F. RGB value is (133,119,47). Sum of RGB (Red+Green+Blue) = 133+119+47=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85772F is #7A88D0. Grayscale: #737373. Windows color (decimal): -8030417 or 3110789. OLE color: 3110789.

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

Color convert

RGB13311947-
CMYK00.110.650.48
HSL50.23º47.78%35.29%-
HSV(B)50.23º64.66%52.16%-
XYZ16.7818.395.35-
YUV114.9889.64140.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=44.48%
G=39.80%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331194700.110.650.4850.2347.7835.29
Hex85772F0B4130323023
Octal2051675701310160626043
Binary100001011110111101111010111000001110000110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,119,47); }

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

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

 a { background-color: rgb(133,119,47); }

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

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

 span { border-color: rgb(133,119,47); }

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