#85762F

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

Shades of Pesto #85762F

Tints of Pesto #85762F

Color information

#85762F (or 0x85762F) is unknown color: approx Pesto. HEX triplet: 85, 76 and 2F. RGB value is (133,118,47). Sum of RGB (Red+Green+Blue) = 133+118+47=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85762F is #7A89D0. Grayscale: #727272. Windows color (decimal): -8030673 or 3110533. OLE color: 3110533.

HSL color Cylindrical-coordinate representation of color #85762F: hue angle of 49.53º 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 #85762F is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13311847-
CMYK00.110.650.48
HSL49.53º47.78%35.29%-
HSV(B)49.53º64.66%52.16%-
XYZ16.6618.155.31-
YUV114.3989.97141.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 47 (18.75% from 255) = 15.77%
R=44.63%
G=39.60%
B=15.77%

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
Decimal1331184700.110.650.4849.5347.7835.29
Hex85762F0B4130323023
Octal2051665701310160626043
Binary100001011110110101111010111000001110000110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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