#82783A

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

Shades of Pesto #82783A

Tints of Pesto #82783A

Color information

#82783A (or 0x82783A) is unknown color: approx Pesto. HEX triplet: 82, 78 and 3A. RGB value is (130,120,58). Sum of RGB (Red+Green+Blue) = 130+120+58=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82783A is #7D87C5. Grayscale: #747474. Windows color (decimal): -8226758 or 3831938. OLE color: 3831938.

HSL color Cylindrical-coordinate representation of color #82783A: hue angle of 51.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82783A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB13012058-
CMYK00.080.550.49
HSL51.67º38.3%36.86%-
HSV(B)51.67º55.38%50.98%-
XYZ16.6918.486.69-
YUV115.9295.31138.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=42.21%
G=38.96%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301205800.080.550.4951.6738.336.86
Hex82783A083731342625
Octal202170720106761644645
Binary10000010111100011101001000110111110001110100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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