#817C27

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

Shades of Pesto #817C27

Tints of Pesto #817C27

Color information

#817C27 (or 0x817C27) is unknown color: approx Pesto. HEX triplet: 81, 7C and 27. RGB value is (129,124,39). Sum of RGB (Red+Green+Blue) = 129+124+39=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #817C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C27 is #7E83D8. Grayscale: #747474. Windows color (decimal): -8291289 or 2587777. OLE color: 2587777.

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

Color convert

RGB12912439-
CMYK00.040.700.49
HSL56.67º53.57%32.94%-
HSV(B)56.67º69.77%50.59%-
XYZ16.6319.234.75-
YUV115.884.66137.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 39 (15.62% from 255) = 13.36%
R=44.18%
G=42.47%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291243900.040.700.4956.6753.5732.94
Hex817C27044631393621
Octal201174470410661716641
Binary10000001111110010011101001000110110001111001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817C27; }

 p { color: rgb(129,124,39); }

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

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

 a { background-color: rgb(129,124,39); }

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

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

 span { border-color: rgb(129,124,39); }

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