#817872

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

Shades of Americano #817872

Tints of Americano #817872

Color information

#817872 (or 0x817872) is unknown color: approx Americano. HEX triplet: 81, 78 and 72. RGB value is (129,120,114). Sum of RGB (Red+Green+Blue) = 129+120+114=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #817872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817872 is #7E878D. Grayscale: #7A7A7A. Windows color (decimal): -8292238 or 7501953. OLE color: 7501953.

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

Color convert

RGB129120114-
CMYK00.070.120.49
HSL24º6.17%47.65%-
HSV(B)24º11.63%50.59%-
XYZ18.8119.3118.66-
YUV122.01123.48132.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=35.54%
G=33.06%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912011400.070.120.49246.1747.65
Hex81787207C3118630
Octal20117016207146130660
Binary10000001111100011100100111110011000111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817872; }

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

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

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

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

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

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

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

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