#81712E

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

Shades of Pesto #81712E

Tints of Pesto #81712E

Color information

#81712E (or 0x81712E) is unknown color: approx Pesto. HEX triplet: 81, 71 and 2E. RGB value is (129,113,46). Sum of RGB (Red+Green+Blue) = 129+113+46=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81712E is #7E8ED1. Grayscale: #6E6E6E. Windows color (decimal): -8294098 or 3043713. OLE color: 3043713.

HSL color Cylindrical-coordinate representation of color #81712E: hue angle of 48.43º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81712E is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB12911346-
CMYK00.120.640.49
HSL48.43º47.43%34.31%-
HSV(B)48.43º64.34%50.59%-
XYZ15.4516.674.99-
YUV110.1591.8141.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=44.79%
G=39.24%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291134600.120.640.4948.4347.4334.31
Hex81712E0C4031302f22
Octal2011615601410061605742
Binary100000011110001101110011001000000110001110000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81712E; }

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

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

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

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

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

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

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

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