#81751B

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

Shades of Pesto #81751B

Tints of Pesto #81751B

Color information

#81751B (or 0x81751B) is unknown color: approx Pesto. HEX triplet: 81, 75 and 1B. RGB value is (129,117,27). Sum of RGB (Red+Green+Blue) = 129+117+27=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81751B is #7E8AE4. Grayscale: #6E6E6E. Windows color (decimal): -8293093 or 1799553. OLE color: 1799553.

HSL color Cylindrical-coordinate representation of color #81751B: hue angle of 52.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81751B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB12911727-
CMYK00.090.790.49
HSL52.94º65.38%30.59%-
HSV(B)52.94º79.07%50.59%-
XYZ15.6117.473.59-
YUV110.3380.98141.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=47.25%
G=42.86%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291172700.090.790.4952.9465.3830.59
Hex81751B094F3135411f
Octal20116533011117616510137
Binary10000001111010111011010011001111110001110101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,117,27); }

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

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

 a { background-color: rgb(129,117,27); }

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

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

 span { border-color: rgb(129,117,27); }

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