#857838

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

Shades of Pesto #857838

Tints of Pesto #857838

Color information

#857838 (or 0x857838) is unknown color: approx Pesto. HEX triplet: 85, 78 and 38. RGB value is (133,120,56). Sum of RGB (Red+Green+Blue) = 133+120+56=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #857838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857838 is #7A87C7. Grayscale: #747474. Windows color (decimal): -8030152 or 3700869. OLE color: 3700869.

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

Color convert

RGB13312056-
CMYK00.100.580.48
HSL49.87º40.74%37.06%-
HSV(B)49.87º57.89%52.16%-
XYZ17.118.716.45-
YUV116.5993.81139.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=43.04%
G=38.83%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331205600.100.580.4849.8740.7437.06
Hex8578380A3A30322925
Octal205170700127260625145
Binary10000101111100011100001010111010110000110010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857838; }

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

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

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

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

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

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

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

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