#857f30

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

Shades of Pesto #857F30

Tints of Pesto #857F30

Color information

#857F30 (or 0x857F30) is unknown color: approx Pesto. HEX triplet: 85, 7F and 30. RGB value is (133,127,48). Sum of RGB (Red+Green+Blue) = 133+127+48=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F30 is #7A80CF. Grayscale: #787878. Windows color (decimal): -8028368 or 3178373. OLE color: 3178373.

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

Color convert

RGB13312748-
CMYK00.050.640.48
HSL55.76º46.96%35.49%-
HSV(B)55.76º63.91%52.16%-
XYZ17.820.385.79-
YUV119.7987.49137.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 48 (19.14% from 255) = 15.58%
R=43.18%
G=41.23%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331274800.050.640.4855.7646.9635.49
Hex857F30054030382f23
Octal205177600510060705743
Binary10000101111111111000001011000000110000111000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,48); }

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

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

 a { background-color: rgb(133,127,48); }

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

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

 span { border-color: rgb(133,127,48); }

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