#817C28

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

Shades of Pesto #817C28

Tints of Pesto #817C28

Color information

#817C28 (or 0x817C28) is unknown color: approx Pesto. HEX triplet: 81, 7C and 28. RGB value is (129,124,40). Sum of RGB (Red+Green+Blue) = 129+124+40=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #817C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C28 is #7E83D7. Grayscale: #747474. Windows color (decimal): -8291288 or 2653313. OLE color: 2653313.

HSL color Cylindrical-coordinate representation of color #817C28: hue angle of 56.63º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #817C28 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB12912440-
CMYK00.040.690.49
HSL56.63º52.66%33.14%-
HSV(B)56.63º68.99%50.59%-
XYZ16.6419.244.84-
YUV115.9285.16137.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=44.03%
G=42.32%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291244000.040.690.4956.6352.6633.14
Hex817C28044531393521
Octal201174500410561716541
Binary10000001111110010100001001000101110001111001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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