#817B38

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

Shades of Pesto #817B38

Tints of Pesto #817B38

Color information

#817B38 (or 0x817B38) is unknown color: approx Pesto. HEX triplet: 81, 7B and 38. RGB value is (129,123,56). Sum of RGB (Red+Green+Blue) = 129+123+56=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #817B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B38 is #7E84C7. Grayscale: #757575. Windows color (decimal): -8291528 or 3701633. OLE color: 3701633.

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

Color convert

RGB12912356-
CMYK00.050.570.49
HSL55.07º39.46%36.27%-
HSV(B)55.07º56.59%50.59%-
XYZ16.8519.126.54-
YUV117.1693.49136.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=41.88%
G=39.94%
B=18.18%

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
Decimal1291235600.050.570.4955.0739.4636.27
Hex817B38053931372724
Octal20117370057161674744
Binary1000000111110111110000101111001110001110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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