#817226

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

Shades of Pesto #817226

Tints of Pesto #817226

Color information

#817226 (or 0x817226) is unknown color: approx Pesto. HEX triplet: 81, 72 and 26. RGB value is (129,114,38). Sum of RGB (Red+Green+Blue) = 129+114+38=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #817226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817226 is #7E8DD9. Grayscale: #6E6E6E. Windows color (decimal): -8293850 or 2519681. OLE color: 2519681.

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

Color convert

RGB12911438-
CMYK00.120.710.49
HSL50.11º54.49%32.75%-
HSV(B)50.11º70.54%50.59%-
XYZ15.4216.844.27-
YUV109.8287.47141.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=45.91%
G=40.57%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291143800.120.710.4950.1154.4932.75
Hex8172260C4731323621
Octal2011624601410761626641
Binary100000011110010100110011001000111110001110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817226; }

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

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

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

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

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

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

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

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