#827635

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

Shades of Pesto #827635

Tints of Pesto #827635

Color information

#827635 (or 0x827635) is unknown color: approx Pesto. HEX triplet: 82, 76 and 35. RGB value is (130,118,53). Sum of RGB (Red+Green+Blue) = 130+118+53=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #827635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827635 is #7D89CA. Grayscale: #727272. Windows color (decimal): -8227275 or 3503746. OLE color: 3503746.

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

Color convert

RGB13011853-
CMYK00.090.590.49
HSL50.65º42.08%35.88%-
HSV(B)50.65º59.23%50.98%-
XYZ16.3317.965.97-
YUV114.1893.48139.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=43.19%
G=39.20%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301185300.090.590.4950.6542.0835.88
Hex827635093B31332a24
Octal202166650117361635244
Binary10000010111011011010101001111011110001110011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827635; }

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

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

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

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

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

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

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

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