#827A31

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

Shades of Pesto #827A31

Tints of Pesto #827A31

Color information

#827A31 (or 0x827A31) is unknown color: approx Pesto. HEX triplet: 82, 7A and 31. RGB value is (130,122,49). Sum of RGB (Red+Green+Blue) = 130+122+49=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #827A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A31 is #7D85CE. Grayscale: #747474. Windows color (decimal): -8226255 or 3242626. OLE color: 3242626.

HSL color Cylindrical-coordinate representation of color #827A31: hue angle of 54.07º 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 #827A31 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB13012249-
CMYK00.060.620.49
HSL54.07º45.25%35.1%-
HSV(B)54.07º62.31%50.98%-
XYZ16.7218.895.67-
YUV116.0790.15137.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=43.19%
G=40.53%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301224900.060.620.4954.0745.2535.1
Hex827A31063E31362d23
Octal20217261067661665543
Binary1000001011110101100010110111110110001110110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A31; }

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

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

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

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

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

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

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

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