#857821

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

Shades of Pesto #857821

Tints of Pesto #857821

Color information

#857821 (or 0x857821) is unknown color: approx Pesto. HEX triplet: 85, 78 and 21. RGB value is (133,120,33). Sum of RGB (Red+Green+Blue) = 133+120+33=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #857821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857821 is #7A87DE. Grayscale: #727272. Windows color (decimal): -8030175 or 2193541. OLE color: 2193541.

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

Color convert

RGB13312033-
CMYK00.100.750.48
HSL52.2º60.24%32.55%-
HSV(B)52.2º75.19%52.16%-
XYZ16.6618.534.14-
YUV113.9782.31141.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=46.50%
G=41.96%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331203300.100.750.4852.260.2432.55
Hex8578210A4B30343c21
Octal2051704101211360647441
Binary100001011111000100001010101001011110000110100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857821; }

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

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

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

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

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

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

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

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