#857628

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

Shades of Pesto #857628

Tints of Pesto #857628

Color information

#857628 (or 0x857628) is unknown color: approx Pesto. HEX triplet: 85, 76 and 28. RGB value is (133,118,40). Sum of RGB (Red+Green+Blue) = 133+118+40=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #857628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857628 is #7A89D7. Grayscale: #717171. Windows color (decimal): -8030680 or 2651781. OLE color: 2651781.

HSL color Cylindrical-coordinate representation of color #857628: hue angle of 50.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #857628 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB13311840-
CMYK00.110.700.48
HSL50.32º53.76%33.92%-
HSV(B)50.32º69.92%52.16%-
XYZ16.5318.14.63-
YUV113.5986.47141.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=45.70%
G=40.55%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331184000.110.700.4850.3253.7633.92
Hex8576280B4630323622
Octal2051665001310660626642
Binary100001011110110101000010111000110110000110010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857628; }

 p { color: rgb(133,118,40); }

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

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

 a { background-color: rgb(133,118,40); }

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

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

 span { border-color: rgb(133,118,40); }

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