#857832

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

Shades of Pesto #857832

Tints of Pesto #857832

Color information

#857832 (or 0x857832) is unknown color: approx Pesto. HEX triplet: 85, 78 and 32. RGB value is (133,120,50). Sum of RGB (Red+Green+Blue) = 133+120+50=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857832 is #7A87CD. Grayscale: #747474. Windows color (decimal): -8030158 or 3307653. OLE color: 3307653.

HSL color Cylindrical-coordinate representation of color #857832: hue angle of 50.6º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #857832 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13312050-
CMYK00.100.620.48
HSL50.6º45.36%35.88%-
HSV(B)50.6º62.41%52.16%-
XYZ16.9718.655.72-
YUV115.9190.81140.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=43.89%
G=39.60%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331205000.100.620.4850.645.3635.88
Hex8578320A3E30332d24
Octal205170620127660635544
Binary10000101111100011001001010111110110000110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857832; }

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

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

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

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

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

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

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

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