#857929

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

Shades of Pesto #857929

Tints of Pesto #857929

Color information

#857929 (or 0x857929) is unknown color: approx Pesto. HEX triplet: 85, 79 and 29. RGB value is (133,121,41). Sum of RGB (Red+Green+Blue) = 133+121+41=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #857929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857929 is #7A86D6. Grayscale: #737373. Windows color (decimal): -8029911 or 2718085. OLE color: 2718085.

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

Color convert

RGB13312141-
CMYK00.090.690.48
HSL52.17º52.87%34.12%-
HSV(B)52.17º69.17%52.16%-
XYZ16.9118.824.84-
YUV115.4785.98140.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=45.08%
G=41.02%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331214100.090.690.4852.1752.8734.12
Hex857929094530343522
Octal2051715101110560646542
Binary100001011111001101001010011000101110000110100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857929; }

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

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

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

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

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

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

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

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