#817228

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

Shades of Pesto #817228

Tints of Pesto #817228

Color information

#817228 (or 0x817228) is unknown color: approx Pesto. HEX triplet: 81, 72 and 28. RGB value is (129,114,40). Sum of RGB (Red+Green+Blue) = 129+114+40=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #817228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817228 is #7E8DD7. Grayscale: #6E6E6E. Windows color (decimal): -8293848 or 2650753. OLE color: 2650753.

HSL color Cylindrical-coordinate representation of color #817228: hue angle of 49.89º 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 #817228 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB12911440-
CMYK00.120.690.49
HSL49.89º52.66%33.14%-
HSV(B)49.89º68.99%50.59%-
XYZ15.4516.854.45-
YUV110.0588.47141.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=45.58%
G=40.28%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291144000.120.690.4949.8952.6633.14
Hex8172280C4531323521
Octal2011625001410561626541
Binary100000011110010101000011001000101110001110010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817228; }

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

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

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

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

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

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

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

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