#857B2F

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

Shades of Pesto #857B2F

Tints of Pesto #857B2F

Color information

#857B2F (or 0x857B2F) is unknown color: approx Pesto. HEX triplet: 85, 7B and 2F. RGB value is (133,123,47). Sum of RGB (Red+Green+Blue) = 133+123+47=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B2F is #7A84D0. Grayscale: #757575. Windows color (decimal): -8029393 or 3111813. OLE color: 3111813.

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

Color convert

RGB13312347-
CMYK00.080.650.48
HSL53.02º47.78%35.29%-
HSV(B)53.02º64.66%52.16%-
XYZ17.2719.365.52-
YUV117.3388.31139.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=43.89%
G=40.59%
B=15.51%

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
Decimal1331234700.080.650.4853.0247.7835.29
Hex857B2F084130353023
Octal2051735701010160656043
Binary100001011111011101111010001000001110000110101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,47); }

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

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

 a { background-color: rgb(133,123,47); }

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

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

 span { border-color: rgb(133,123,47); }

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