#817530

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

Shades of Pesto #817530

Tints of Pesto #817530

Color information

#817530 (or 0x817530) is unknown color: approx Pesto. HEX triplet: 81, 75 and 30. RGB value is (129,117,48). Sum of RGB (Red+Green+Blue) = 129+117+48=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #817530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817530 is #7E8ACF. Grayscale: #717171. Windows color (decimal): -8293072 or 3175809. OLE color: 3175809.

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

Color convert

RGB12911748-
CMYK00.090.630.49
HSL51.11º45.76%34.71%-
HSV(B)51.11º62.79%50.59%-
XYZ15.9517.65.35-
YUV112.7291.48139.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=43.88%
G=39.80%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291174800.090.630.4951.1145.7634.71
Hex817530093F31332e23
Octal201165600117761635643
Binary10000001111010111000001001111111110001110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817530; }

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

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

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

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

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

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

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

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