#857936

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

Shades of Pesto #857936

Tints of Pesto #857936

Color information

#857936 (or 0x857936) is unknown color: approx Pesto. HEX triplet: 85, 79 and 36. RGB value is (133,121,54). Sum of RGB (Red+Green+Blue) = 133+121+54=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857936 is #7A86C9. Grayscale: #757575. Windows color (decimal): -8029898 or 3570053. OLE color: 3570053.

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

Color convert

RGB13312154-
CMYK00.090.590.48
HSL50.89º42.25%36.67%-
HSV(B)50.89º59.4%52.16%-
XYZ17.1818.936.24-
YUV116.9592.48139.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=43.18%
G=39.29%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331215400.090.590.4850.8942.2536.67
Hex857936093B30332a25
Octal205171660117360635245
Binary10000101111100111011001001111011110000110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857936; }

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

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

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

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

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

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

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

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