#857A2D

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

Shades of Pesto #857A2D

Tints of Pesto #857A2D

Color information

#857A2D (or 0x857A2D) is unknown color: approx Pesto. HEX triplet: 85, 7A and 2D. RGB value is (133,122,45). Sum of RGB (Red+Green+Blue) = 133+122+45=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A2D is #7A85D2. Grayscale: #747474. Windows color (decimal): -8029651 or 2980485. OLE color: 2980485.

HSL color Cylindrical-coordinate representation of color #857A2D: hue angle of 52.5º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #857A2D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB13312245-
CMYK00.080.660.48
HSL52.5º49.44%34.9%-
HSV(B)52.5º66.17%52.16%-
XYZ17.1119.15.27-
YUV116.5187.64139.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 45 (17.97% from 255) = 15%
R=44.33%
G=40.67%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331224500.080.660.4852.549.4434.9
Hex857A2D084230343123
Octal2051725501010260646143
Binary100001011111010101101010001000010110000110100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,45); }

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

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

 a { background-color: rgb(133,122,45); }

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

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

 span { border-color: rgb(133,122,45); }

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