#85783A

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

Shades of Pesto #85783A

Tints of Pesto #85783A

Color information

#85783A (or 0x85783A) is unknown color: approx Pesto. HEX triplet: 85, 78 and 3A. RGB value is (133,120,58). Sum of RGB (Red+Green+Blue) = 133+120+58=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85783A is #7A87C5. Grayscale: #757575. Windows color (decimal): -8030150 or 3831941. OLE color: 3831941.

HSL color Cylindrical-coordinate representation of color #85783A: hue angle of 49.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85783A is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13312058-
CMYK00.100.560.48
HSL49.6º39.27%37.45%-
HSV(B)49.6º56.39%52.16%-
XYZ17.1518.726.71-
YUV116.8294.81139.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=42.77%
G=38.59%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331205800.100.560.4849.639.2737.45
Hex85783A0A3830322725
Octal205170720127060624745
Binary10000101111100011101001010111000110000110010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85783A; }

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

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

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

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

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

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

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

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