#857922

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

Shades of Pesto #857922

Tints of Pesto #857922

Color information

#857922 (or 0x857922) is unknown color: approx Pesto. HEX triplet: 85, 79 and 22. RGB value is (133,121,34). Sum of RGB (Red+Green+Blue) = 133+121+34=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #857922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857922 is #7A86DD. Grayscale: #737373. Windows color (decimal): -8029918 or 2259333. OLE color: 2259333.

HSL color Cylindrical-coordinate representation of color #857922: hue angle of 52.73º 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 #857922 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB13312134-
CMYK00.090.740.48
HSL52.73º59.28%32.75%-
HSV(B)52.73º74.44%52.16%-
XYZ16.818.784.25-
YUV114.6782.48141.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 34 (13.67% from 255) = 11.81%
R=46.18%
G=42.01%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331213400.090.740.4852.7359.2832.75
Hex857922094A30353b21
Octal2051714201111260657341
Binary100001011111001100010010011001010110000110101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857922; }

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

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

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

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

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

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

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

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