#857A2E

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

Shades of Pesto #857A2E

Tints of Pesto #857A2E

Color information

#857A2E (or 0x857A2E) is unknown color: approx Pesto. HEX triplet: 85, 7A and 2E. RGB value is (133,122,46). Sum of RGB (Red+Green+Blue) = 133+122+46=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A2E is #7A85D1. Grayscale: #747474. Windows color (decimal): -8029650 or 3046021. OLE color: 3046021.

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

Color convert

RGB13312246-
CMYK00.080.650.48
HSL52.41º48.6%35.1%-
HSV(B)52.41º65.41%52.16%-
XYZ17.1319.15.37-
YUV116.6288.14139.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=44.19%
G=40.53%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331224600.080.650.4852.4148.635.1
Hex857A2E084130343123
Octal2051725601010160646143
Binary100001011111010101110010001000001110000110100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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