#827624

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

Shades of Pesto #827624

Tints of Pesto #827624

Color information

#827624 (or 0x827624) is unknown color: approx Pesto. HEX triplet: 82, 76 and 24. RGB value is (130,118,36). Sum of RGB (Red+Green+Blue) = 130+118+36=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827624 is #7D89DB. Grayscale: #707070. Windows color (decimal): -8227292 or 2389634. OLE color: 2389634.

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

Color convert

RGB13011836-
CMYK00.090.720.49
HSL52.34º56.63%32.55%-
HSV(B)52.34º72.31%50.98%-
XYZ1617.834.27-
YUV112.2484.98140.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=45.77%
G=41.55%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301183600.090.720.4952.3456.6332.55
Hex827624094831343921
Octal2021664401111061647141
Binary100000101110110100100010011001000110001110100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827624; }

 p { color: rgb(130,118,36); }

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

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

 a { background-color: rgb(130,118,36); }

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

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

 span { border-color: rgb(130,118,36); }

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