#857938

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

Shades of Pesto #857938

Tints of Pesto #857938

Color information

#857938 (or 0x857938) is unknown color: approx Pesto. HEX triplet: 85, 79 and 38. RGB value is (133,121,56). Sum of RGB (Red+Green+Blue) = 133+121+56=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #857938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857938 is #7A86C7. Grayscale: #757575. Windows color (decimal): -8029896 or 3701125. OLE color: 3701125.

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

Color convert

RGB13312156-
CMYK00.090.580.48
HSL50.65º40.74%37.06%-
HSV(B)50.65º57.89%52.16%-
XYZ17.2218.956.49-
YUV117.1893.48139.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=42.90%
G=39.03%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331215600.090.580.4850.6540.7437.06
Hex857938093A30332925
Octal205171700117260635145
Binary10000101111100111100001001111010110000110011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857938; }

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

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

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

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

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

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

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

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