#81793B

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

Shades of Pesto #81793B

Tints of Pesto #81793B

Color information

#81793B (or 0x81793B) is unknown color: approx Pesto. HEX triplet: 81, 79 and 3B. RGB value is (129,121,59). Sum of RGB (Red+Green+Blue) = 129+121+59=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81793B is #7E86C4. Grayscale: #747474. Windows color (decimal): -8292037 or 3897729. OLE color: 3897729.

HSL color Cylindrical-coordinate representation of color #81793B: hue angle of 53.14º 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 #81793B is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB12912159-
CMYK00.060.540.49
HSL53.14º37.23%36.86%-
HSV(B)53.14º54.26%50.59%-
XYZ16.6818.666.86-
YUV116.3295.65137.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=41.75%
G=39.16%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291215900.060.540.4953.1437.2336.86
Hex81793B063631352525
Octal20117173066661654545
Binary1000000111110011110110110110110110001110101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81793B; }

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

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

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

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

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

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

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

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