#817725

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

Shades of Pesto #817725

Tints of Pesto #817725

Color information

#817725 (or 0x817725) is unknown color: approx Pesto. HEX triplet: 81, 77 and 25. RGB value is (129,119,37). Sum of RGB (Red+Green+Blue) = 129+119+37=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #817725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817725 is #7E88DA. Grayscale: #707070. Windows color (decimal): -8292571 or 2455425. OLE color: 2455425.

HSL color Cylindrical-coordinate representation of color #817725: hue angle of 53.48º degrees, saturation: 0.55, 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 #817725 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB12911937-
CMYK00.080.710.49
HSL53.48º55.42%32.55%-
HSV(B)53.48º71.32%50.59%-
XYZ15.9817.994.38-
YUV112.6485.31139.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=45.26%
G=41.75%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291193700.080.710.4953.4855.4232.55
Hex817725084731353721
Octal2011674501010761656741
Binary100000011110111100101010001000111110001110101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817725; }

 p { color: rgb(129,119,37); }

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

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

 a { background-color: rgb(129,119,37); }

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

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

 span { border-color: rgb(129,119,37); }

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