#817A1E

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

Shades of Pesto #817A1E

Tints of Pesto #817A1E

Color information

#817A1E (or 0x817A1E) is unknown color: approx Pesto. HEX triplet: 81, 7A and 1E. RGB value is (129,122,30). Sum of RGB (Red+Green+Blue) = 129+122+30=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #817A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A1E is #7E85E1. Grayscale: #717171. Windows color (decimal): -8291810 or 1997441. OLE color: 1997441.

HSL color Cylindrical-coordinate representation of color #817A1E: hue angle of 55.76º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #817A1E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB12912230-
CMYK00.050.770.49
HSL55.76º62.26%31.18%-
HSV(B)55.76º76.74%50.59%-
XYZ16.2518.683.98-
YUV113.680.82138.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=45.91%
G=43.42%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291223000.050.770.4955.7662.2631.18
Hex817A1E054D31383e1f
Octal201172360511561707637
Binary100000011111010111100101100110111000111100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,122,30); }

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

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

 a { background-color: rgb(129,122,30); }

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

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

 span { border-color: rgb(129,122,30); }

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