#857B2C

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

Shades of Pesto #857B2C

Tints of Pesto #857B2C

Color information

#857B2C (or 0x857B2C) is unknown color: approx Pesto. HEX triplet: 85, 7B and 2C. RGB value is (133,123,44). Sum of RGB (Red+Green+Blue) = 133+123+44=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B2C is #7A84D3. Grayscale: #757575. Windows color (decimal): -8029396 or 2915205. OLE color: 2915205.

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

Color convert

RGB13312344-
CMYK00.080.670.48
HSL53.26º50.28%34.71%-
HSV(B)53.26º66.92%52.16%-
XYZ17.2119.335.21-
YUV116.9886.81139.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=44.33%
G=41%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331234400.080.670.4853.2650.2834.71
Hex857B2C084330353223
Octal2051735401010360656243
Binary100001011111011101100010001000011110000110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,44); }

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

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

 a { background-color: rgb(133,123,44); }

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

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

 span { border-color: rgb(133,123,44); }

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