#857831

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

Shades of Pesto #857831

Tints of Pesto #857831

Color information

#857831 (or 0x857831) is unknown color: approx Pesto. HEX triplet: 85, 78 and 31. RGB value is (133,120,49). Sum of RGB (Red+Green+Blue) = 133+120+49=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857831 is #7A87CE. Grayscale: #747474. Windows color (decimal): -8030159 or 3242117. OLE color: 3242117.

HSL color Cylindrical-coordinate representation of color #857831: hue angle of 50.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #857831 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13312049-
CMYK00.100.630.48
HSL50.71º46.15%35.69%-
HSV(B)50.71º63.16%52.16%-
XYZ16.9418.645.61-
YUV115.7990.31140.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=44.04%
G=39.74%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331204900.100.630.4850.7146.1535.69
Hex8578310A3F30332e24
Octal205170610127760635644
Binary10000101111100011000101010111111110000110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857831; }

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

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

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

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

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

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

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

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