#827438

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

Shades of Pesto #827438

Tints of Pesto #827438

Color information

#827438 (or 0x827438) is unknown color: approx Pesto. HEX triplet: 82, 74 and 38. RGB value is (130,116,56). Sum of RGB (Red+Green+Blue) = 130+116+56=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827438 is #7D8BC7. Grayscale: #717171. Windows color (decimal): -8227784 or 3699842. OLE color: 3699842.

HSL color Cylindrical-coordinate representation of color #827438: hue angle of 48.65º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #827438 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB13011656-
CMYK00.110.570.49
HSL48.65º39.78%36.47%-
HSV(B)48.65º56.92%50.98%-
XYZ16.1717.526.27-
YUV113.3595.64139.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=43.05%
G=38.41%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301165600.110.570.4948.6539.7836.47
Hex8274380B3931312824
Octal202164700137161615044
Binary10000010111010011100001011111001110001110001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827438; }

 p { color: rgb(130,116,56); }

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

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

 a { background-color: rgb(130,116,56); }

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

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

 span { border-color: rgb(130,116,56); }

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