#827427

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

Shades of Pesto #827427

Tints of Pesto #827427

Color information

#827427 (or 0x827427) is unknown color: approx Pesto. HEX triplet: 82, 74 and 27. RGB value is (130,116,39). Sum of RGB (Red+Green+Blue) = 130+116+39=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #827427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827427 is #7D8BD8. Grayscale: #6F6F6F. Windows color (decimal): -8227801 or 2585730. OLE color: 2585730.

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

Color convert

RGB13011639-
CMYK00.110.700.49
HSL50.77º53.85%33.14%-
HSV(B)50.77º70%50.98%-
XYZ15.8217.384.44-
YUV111.4187.14141.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=45.61%
G=40.70%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301163900.110.700.4950.7753.8533.14
Hex8274270B4631333621
Octal2021644701310661636641
Binary100000101110100100111010111000110110001110011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827427; }

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

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

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

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

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

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

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

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