#827425

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

Shades of Pesto #827425

Tints of Pesto #827425

Color information

#827425 (or 0x827425) is unknown color: approx Pesto. HEX triplet: 82, 74 and 25. RGB value is (130,116,37). Sum of RGB (Red+Green+Blue) = 130+116+37=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827425 is #7D8BDA. Grayscale: #6F6F6F. Windows color (decimal): -8227803 or 2454658. OLE color: 2454658.

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

Color convert

RGB13011637-
CMYK00.110.720.49
HSL50.97º55.69%32.75%-
HSV(B)50.97º71.54%50.98%-
XYZ15.7917.374.27-
YUV111.1886.14141.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=45.94%
G=40.99%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301163700.110.720.4950.9755.6932.75
Hex8274250B4831333821
Octal2021644501311061637041
Binary100000101110100100101010111001000110001110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827425; }

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

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

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

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

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

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

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

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