#817431

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

Shades of Pesto #817431

Tints of Pesto #817431

Color information

#817431 (or 0x817431) is unknown color: approx Pesto. HEX triplet: 81, 74 and 31. RGB value is (129,116,49). Sum of RGB (Red+Green+Blue) = 129+116+49=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #817431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817431 is #7E8BCE. Grayscale: #707070. Windows color (decimal): -8293327 or 3241089. OLE color: 3241089.

HSL color Cylindrical-coordinate representation of color #817431: hue angle of 50.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #817431 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB12911649-
CMYK00.100.620.49
HSL50.25º44.94%34.9%-
HSV(B)50.25º62.02%50.59%-
XYZ15.8517.385.42-
YUV112.2592.31139.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=43.88%
G=39.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291164900.100.620.4950.2544.9434.9
Hex8174310A3E31322d23
Octal201164610127661625543
Binary10000001111010011000101010111110110001110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817431; }

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

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

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

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

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

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

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

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