#827525

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

Shades of Pesto #827525

Tints of Pesto #827525

Color information

#827525 (or 0x827525) is unknown color: approx Pesto. HEX triplet: 82, 75 and 25. RGB value is (130,117,37). Sum of RGB (Red+Green+Blue) = 130+117+37=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827525 is #7D8ADA. Grayscale: #707070. Windows color (decimal): -8227547 or 2454914. OLE color: 2454914.

HSL color Cylindrical-coordinate representation of color #827525: hue angle of 51.61º degrees, saturation: 0.56, 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 #827525 is Cyan = 0, Magento = 0.1, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB13011737-
CMYK00.10.720.49
HSL51.61º55.69%32.75%-
HSV(B)51.61º71.54%50.98%-
XYZ15.917.64.31-
YUV111.7785.81141-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=45.77%
G=41.20%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301173700.10.720.4951.6155.6932.75
Hex8275250A4831343821
Octal2021654501211061647041
Binary100000101110101100101010101001000110001110100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827525; }

 p { color: rgb(130,117,37); }

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

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

 a { background-color: rgb(130,117,37); }

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

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

 span { border-color: rgb(130,117,37); }

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