#857B2E

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

Shades of Pesto #857B2E

Tints of Pesto #857B2E

Color information

#857B2E (or 0x857B2E) is unknown color: approx Pesto. HEX triplet: 85, 7B and 2E. RGB value is (133,123,46). Sum of RGB (Red+Green+Blue) = 133+123+46=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B2E is #7A84D1. Grayscale: #757575. Windows color (decimal): -8029394 or 3046277. OLE color: 3046277.

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

Color convert

RGB13312346-
CMYK00.080.650.48
HSL53.1º48.6%35.1%-
HSV(B)53.1º65.41%52.16%-
XYZ17.2519.355.41-
YUV117.2187.81139.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=44.04%
G=40.73%
B=15.23%

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
Decimal1331234600.080.650.4853.148.635.1
Hex857B2E084130353123
Octal2051735601010160656143
Binary100001011111011101110010001000001110000110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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