#857626

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

Shades of Pesto #857626

Tints of Pesto #857626

Color information

#857626 (or 0x857626) is unknown color: approx Pesto. HEX triplet: 85, 76 and 26. RGB value is (133,118,38). Sum of RGB (Red+Green+Blue) = 133+118+38=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857626 is #7A89D9. Grayscale: #717171. Windows color (decimal): -8030682 or 2520709. OLE color: 2520709.

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

Color convert

RGB13311838-
CMYK00.110.710.48
HSL50.53º55.56%33.53%-
HSV(B)50.53º71.43%52.16%-
XYZ16.518.084.45-
YUV113.3685.47142-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=46.02%
G=40.83%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331183800.110.710.4850.5355.5633.53
Hex8576260B4730333822
Octal2051664601310760637042
Binary100001011110110100110010111000111110000110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857626; }

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

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

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

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

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

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

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

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