#817A38

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

Shades of Pesto #817A38

Tints of Pesto #817A38

Color information

#817A38 (or 0x817A38) is unknown color: approx Pesto. HEX triplet: 81, 7A and 38. RGB value is (129,122,56). Sum of RGB (Red+Green+Blue) = 129+122+56=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #817A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A38 is #7E85C7. Grayscale: #747474. Windows color (decimal): -8291784 or 3701377. OLE color: 3701377.

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

Color convert

RGB12912256-
CMYK00.050.570.49
HSL54.25º39.46%36.27%-
HSV(B)54.25º56.59%50.59%-
XYZ16.7318.876.5-
YUV116.5793.82136.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=42.02%
G=39.74%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291225600.050.570.4954.2539.4636.27
Hex817A38053931362724
Octal20117270057161664744
Binary1000000111110101110000101111001110001110110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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