#81742D

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

Shades of Pesto #81742D

Tints of Pesto #81742D

Color information

#81742D (or 0x81742D) is unknown color: approx Pesto. HEX triplet: 81, 74 and 2D. RGB value is (129,116,45). Sum of RGB (Red+Green+Blue) = 129+116+45=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81742D is #7E8BD2. Grayscale: #707070. Windows color (decimal): -8293331 or 2978945. OLE color: 2978945.

HSL color Cylindrical-coordinate representation of color #81742D: hue angle of 50.71º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81742D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB12911645-
CMYK00.100.650.49
HSL50.71º48.28%34.12%-
HSV(B)50.71º65.12%50.59%-
XYZ15.7717.355-
YUV111.7990.31140.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=44.48%
G=40%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291164500.100.650.4950.7148.2834.12
Hex81742D0A4131333022
Octal2011645501210161636042
Binary100000011110100101101010101000001110001110011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81742D; }

 p { color: rgb(129,116,45); }

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

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

 a { background-color: rgb(129,116,45); }

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

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

 span { border-color: rgb(129,116,45); }

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