#857A27

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

Shades of Pesto #857A27

Tints of Pesto #857A27

Color information

#857A27 (or 0x857A27) is unknown color: approx Pesto. HEX triplet: 85, 7A and 27. RGB value is (133,122,39). Sum of RGB (Red+Green+Blue) = 133+122+39=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #857A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A27 is #7A85D8. Grayscale: #747474. Windows color (decimal): -8029657 or 2587269. OLE color: 2587269.

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

Color convert

RGB13312239-
CMYK00.080.710.48
HSL52.98º54.65%33.73%-
HSV(B)52.98º70.68%52.16%-
XYZ1719.054.7-
YUV115.8384.64140.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 39 (15.62% from 255) = 13.27%
R=45.24%
G=41.50%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331223900.080.710.4852.9854.6533.73
Hex857A27084730353722
Octal2051724701010760656742
Binary100001011111010100111010001000111110000110101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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