#857939

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

Shades of Pesto #857939

Tints of Pesto #857939

Color information

#857939 (or 0x857939) is unknown color: approx Pesto. HEX triplet: 85, 79 and 39. RGB value is (133,121,57). Sum of RGB (Red+Green+Blue) = 133+121+57=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #857939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857939 is #7A86C6. Grayscale: #757575. Windows color (decimal): -8029895 or 3766661. OLE color: 3766661.

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

Color convert

RGB13312157-
CMYK00.090.570.48
HSL50.53º40%37.25%-
HSV(B)50.53º57.14%52.16%-
XYZ17.2518.966.62-
YUV117.2993.98139.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=42.77%
G=38.91%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331215700.090.570.4850.534037.25
Hex857939093930332825
Octal205171710117160635045
Binary10000101111100111100101001111001110000110011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857939; }

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

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

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

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

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

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

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

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