#827527

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

Shades of Pesto #827527

Tints of Pesto #827527

Color information

#827527 (or 0x827527) is unknown color: approx Pesto. HEX triplet: 82, 75 and 27. RGB value is (130,117,39). Sum of RGB (Red+Green+Blue) = 130+117+39=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827527 is #7D8AD8. Grayscale: #707070. Windows color (decimal): -8227545 or 2585986. OLE color: 2585986.

HSL color Cylindrical-coordinate representation of color #827527: hue angle of 51.43º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #827527 is Cyan = 0, Magento = 0.1, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13011739-
CMYK00.10.700.49
HSL51.43º53.85%33.14%-
HSV(B)51.43º70%50.98%-
XYZ15.9317.614.48-
YUV11286.81140.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=45.45%
G=40.91%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301173900.10.700.4951.4353.8533.14
Hex8275270A4631333621
Octal2021654701210661636641
Binary100000101110101100111010101000110110001110011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827527; }

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

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

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

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

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

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

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

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