#857833

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

Shades of Pesto #857833

Tints of Pesto #857833

Color information

#857833 (or 0x857833) is unknown color: approx Pesto. HEX triplet: 85, 78 and 33. RGB value is (133,120,51). Sum of RGB (Red+Green+Blue) = 133+120+51=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #857833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857833 is #7A87CC. Grayscale: #747474. Windows color (decimal): -8030157 or 3373189. OLE color: 3373189.

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

Color convert

RGB13312051-
CMYK00.100.620.48
HSL50.49º44.57%36.08%-
HSV(B)50.49º61.65%52.16%-
XYZ16.9918.665.84-
YUV116.0291.31140.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=43.75%
G=39.47%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331205100.100.620.4850.4944.5736.08
Hex8578330A3E30322d24
Octal205170630127660625544
Binary10000101111100011001101010111110110000110010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857833; }

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

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

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

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

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

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

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

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