#817B3B

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

Shades of Pesto #817B3B

Tints of Pesto #817B3B

Color information

#817B3B (or 0x817B3B) is unknown color: approx Pesto. HEX triplet: 81, 7B and 3B. RGB value is (129,123,59). Sum of RGB (Red+Green+Blue) = 129+123+59=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #817B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B3B is #7E84C4. Grayscale: #757575. Windows color (decimal): -8291525 or 3898241. OLE color: 3898241.

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

Color convert

RGB12912359-
CMYK00.050.540.49
HSL54.86º37.23%36.86%-
HSV(B)54.86º54.26%50.59%-
XYZ16.9319.156.94-
YUV117.594.99136.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=41.48%
G=39.55%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291235900.050.540.4954.8637.2336.86
Hex817B3B053631372525
Octal20117373056661674545
Binary1000000111110111110110101110110110001110111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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