#817138

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

Shades of Pesto #817138

Tints of Pesto #817138

Color information

#817138 (or 0x817138) is unknown color: approx Pesto. HEX triplet: 81, 71 and 38. RGB value is (129,113,56). Sum of RGB (Red+Green+Blue) = 129+113+56=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #817138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817138 is #7E8EC7. Grayscale: #6F6F6F. Windows color (decimal): -8294088 or 3699073. OLE color: 3699073.

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

Color convert

RGB12911356-
CMYK00.120.570.49
HSL46.85º39.46%36.27%-
HSV(B)46.85º56.59%50.59%-
XYZ15.6716.766.15-
YUV111.2996.8140.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=43.29%
G=37.92%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291135600.120.570.4946.8539.4636.27
Hex8171380C39312f2724
Octal201161700147161574744
Binary10000001111000111100001100111001110001101111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817138; }

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

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

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

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

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

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

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

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