#857927

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

Shades of Pesto #857927

Tints of Pesto #857927

Color information

#857927 (or 0x857927) is unknown color: approx Pesto. HEX triplet: 85, 79 and 27. RGB value is (133,121,39). Sum of RGB (Red+Green+Blue) = 133+121+39=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #857927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857927 is #7A86D8. Grayscale: #737373. Windows color (decimal): -8029913 or 2587013. OLE color: 2587013.

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

Color convert

RGB13312139-
CMYK00.090.710.48
HSL52.34º54.65%33.73%-
HSV(B)52.34º70.68%52.16%-
XYZ16.8818.814.66-
YUV115.2484.98140.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 39 (15.62% from 255) = 13.31%
R=45.39%
G=41.30%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331213900.090.710.4852.3454.6533.73
Hex857927094730343722
Octal2051714701110760646742
Binary100001011111001100111010011000111110000110100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857927; }

 p { color: rgb(133,121,39); }

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

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

 a { background-color: rgb(133,121,39); }

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

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

 span { border-color: rgb(133,121,39); }

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