#857A31

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

Shades of Pesto #857A31

Tints of Pesto #857A31

Color information

#857A31 (or 0x857A31) is unknown color: approx Pesto. HEX triplet: 85, 7A and 31. RGB value is (133,122,49). Sum of RGB (Red+Green+Blue) = 133+122+49=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #857A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A31 is #7A85CE. Grayscale: #757575. Windows color (decimal): -8029647 or 3242629. OLE color: 3242629.

HSL color Cylindrical-coordinate representation of color #857A31: hue angle of 52.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #857A31 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13312249-
CMYK00.080.630.48
HSL52.14º46.15%35.69%-
HSV(B)52.14º63.16%52.16%-
XYZ17.1919.135.69-
YUV116.9789.64139.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=43.75%
G=40.13%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331224900.080.630.4852.1446.1535.69
Hex857A31083F30342e24
Octal205172610107760645644
Binary10000101111101011000101000111111110000110100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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