#857A29

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

Shades of Pesto #857A29

Tints of Pesto #857A29

Color information

#857A29 (or 0x857A29) is unknown color: approx Pesto. HEX triplet: 85, 7A and 29. RGB value is (133,122,41). Sum of RGB (Red+Green+Blue) = 133+122+41=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #857A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A29 is #7A85D6. Grayscale: #747474. Windows color (decimal): -8029655 or 2718341. OLE color: 2718341.

HSL color Cylindrical-coordinate representation of color #857A29: hue angle of 52.83º 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 #857A29 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB13312241-
CMYK00.080.690.48
HSL52.83º52.87%34.12%-
HSV(B)52.83º69.17%52.16%-
XYZ17.0319.074.88-
YUV116.0685.64140.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 41 (16.41% from 255) = 13.85%
R=44.93%
G=41.22%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331224100.080.690.4852.8352.8734.12
Hex857A29084530353522
Octal2051725101010560656542
Binary100001011111010101001010001000101110000110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857A29; }

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

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

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

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

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

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

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

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