#827631

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

Shades of Pesto #827631

Tints of Pesto #827631

Color information

#827631 (or 0x827631) is unknown color: approx Pesto. HEX triplet: 82, 76 and 31. RGB value is (130,118,49). Sum of RGB (Red+Green+Blue) = 130+118+49=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827631 is #7D89CE. Grayscale: #727272. Windows color (decimal): -8227279 or 3241602. OLE color: 3241602.

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

Color convert

RGB13011849-
CMYK00.090.620.49
HSL51.11º45.25%35.1%-
HSV(B)51.11º62.31%50.98%-
XYZ16.2417.925.51-
YUV113.7291.48139.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=43.77%
G=39.73%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301184900.090.620.4951.1145.2535.1
Hex827631093E31332d23
Octal202166610117661635543
Binary10000010111011011000101001111110110001110011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827631; }

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

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

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

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

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

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

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

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