#857830

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

Shades of Pesto #857830

Tints of Pesto #857830

Color information

#857830 (or 0x857830) is unknown color: approx Pesto. HEX triplet: 85, 78 and 30. RGB value is (133,120,48). Sum of RGB (Red+Green+Blue) = 133+120+48=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857830 is #7A87CF. Grayscale: #737373. Windows color (decimal): -8030160 or 3176581. OLE color: 3176581.

HSL color Cylindrical-coordinate representation of color #857830: hue angle of 50.82º 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 #857830 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13312048-
CMYK00.100.640.48
HSL50.82º46.96%35.49%-
HSV(B)50.82º63.91%52.16%-
XYZ16.9218.635.5-
YUV115.6889.81140.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=44.19%
G=39.87%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331204800.100.640.4850.8246.9635.49
Hex8578300A4030332f23
Octal2051706001210060635743
Binary100001011111000110000010101000000110000110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857830; }

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

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

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

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

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

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

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

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