#857B22

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

Shades of Pesto #857B22

Tints of Pesto #857B22

Color information

#857B22 (or 0x857B22) is unknown color: approx Pesto. HEX triplet: 85, 7B and 22. RGB value is (133,123,34). Sum of RGB (Red+Green+Blue) = 133+123+34=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B22 is #7A84DD. Grayscale: #747474. Windows color (decimal): -8029406 or 2259845. OLE color: 2259845.

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

Color convert

RGB13312334-
CMYK00.080.740.48
HSL53.94º59.28%32.75%-
HSV(B)53.94º74.44%52.16%-
XYZ17.0419.274.33-
YUV115.8481.81140.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 34 (13.67% from 255) = 11.72%
R=45.86%
G=42.41%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331233400.080.740.4853.9459.2832.75
Hex857B22084A30363b21
Octal2051734201011260667341
Binary100001011111011100010010001001010110000110110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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