#857C33

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

Shades of Pesto #857C33

Tints of Pesto #857C33

Color information

#857C33 (or 0x857C33) is unknown color: approx Pesto. HEX triplet: 85, 7C and 33. RGB value is (133,124,51). Sum of RGB (Red+Green+Blue) = 133+124+51=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C33 is #7A83CC. Grayscale: #767676. Windows color (decimal): -8029133 or 3374213. OLE color: 3374213.

HSL color Cylindrical-coordinate representation of color #857C33: hue angle of 53.41º 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 #857C33 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13312451-
CMYK00.070.620.48
HSL53.41º44.57%36.08%-
HSV(B)53.41º61.65%52.16%-
XYZ17.4819.646-
YUV118.3789.98138.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=43.18%
G=40.26%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331245100.070.620.4853.4144.5736.08
Hex857C33073E30352d24
Octal20517463077660655544
Binary1000010111111001100110111111110110000110101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C33; }

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

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

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

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

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

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

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

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