#817232

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

Shades of Pesto #817232

Tints of Pesto #817232

Color information

#817232 (or 0x817232) is unknown color: approx Pesto. HEX triplet: 81, 72 and 32. RGB value is (129,114,50). Sum of RGB (Red+Green+Blue) = 129+114+50=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #817232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817232 is #7E8DCD. Grayscale: #6F6F6F. Windows color (decimal): -8293838 or 3306113. OLE color: 3306113.

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

Color convert

RGB12911450-
CMYK00.120.610.49
HSL48.61º44.13%35.1%-
HSV(B)48.61º61.24%50.59%-
XYZ15.6516.935.46-
YUV111.1993.47140.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=44.03%
G=38.91%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291145000.120.610.4948.6144.1335.1
Hex8172320C3D31312c23
Octal201162620147561615443
Binary10000001111001011001001100111101110001110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817232; }

 p { color: rgb(129,114,50); }

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

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

 a { background-color: rgb(129,114,50); }

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

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

 span { border-color: rgb(129,114,50); }

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