#857933

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

Shades of Pesto #857933

Tints of Pesto #857933

Color information

#857933 (or 0x857933) is unknown color: approx Pesto. HEX triplet: 85, 79 and 33. RGB value is (133,121,51). Sum of RGB (Red+Green+Blue) = 133+121+51=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #857933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857933 is #7A86CC. Grayscale: #747474. Windows color (decimal): -8029901 or 3373445. OLE color: 3373445.

HSL color Cylindrical-coordinate representation of color #857933: hue angle of 51.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #857933 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13312151-
CMYK00.090.620.48
HSL51.22º44.57%36.08%-
HSV(B)51.22º61.65%52.16%-
XYZ17.1118.95.88-
YUV116.6190.98139.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=43.61%
G=39.67%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331215100.090.620.4851.2244.5736.08
Hex857933093E30332d24
Octal205171630117660635544
Binary10000101111100111001101001111110110000110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857933; }

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

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

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

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

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

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

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

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