#857B1C

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

Shades of Pesto #857B1C

Tints of Pesto #857B1C

Color information

#857B1C (or 0x857B1C) is unknown color: approx Pesto. HEX triplet: 85, 7B and 1C. RGB value is (133,123,28). Sum of RGB (Red+Green+Blue) = 133+123+28=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #857B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B1C is #7A84E3. Grayscale: #737373. Windows color (decimal): -8029412 or 1866629. OLE color: 1866629.

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

Color convert

RGB13312328-
CMYK00.080.790.48
HSL54.29º65.22%31.57%-
HSV(B)54.29º78.95%52.16%-
XYZ16.9719.243.92-
YUV115.1678.81140.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 123 (48.44% from 255) = 43.31%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=46.83%
G=43.31%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331232800.080.790.4854.2965.2231.57
Hex857B1C084F30364120
Octal20517334010117606610140
Binary100001011111011111000100010011111100001101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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