#857C2A

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

Shades of Pesto #857C2A

Tints of Pesto #857C2A

Color information

#857C2A (or 0x857C2A) is unknown color: approx Pesto. HEX triplet: 85, 7C and 2A. RGB value is (133,124,42). Sum of RGB (Red+Green+Blue) = 133+124+42=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2A is #7A83D5. Grayscale: #757575. Windows color (decimal): -8029142 or 2784389. OLE color: 2784389.

HSL color Cylindrical-coordinate representation of color #857C2A: hue angle of 54.07º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #857C2A is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13312442-
CMYK00.070.680.48
HSL54.07º52%34.31%-
HSV(B)54.07º68.42%52.16%-
XYZ17.319.575.06-
YUV117.3485.48139.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=44.48%
G=41.47%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331244200.070.680.4854.075234.31
Hex857C2A074430363422
Octal205174520710460666442
Binary10000101111110010101001111000100110000110110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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