#817C55

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

Shades of Kokoda #817C55

Tints of Kokoda #817C55

Color information

#817C55 (or 0x817C55) is unknown color: approx Kokoda. HEX triplet: 81, 7C and 55. RGB value is (129,124,85). Sum of RGB (Red+Green+Blue) = 129+124+85=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #817C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C55 is #7E83AA. Grayscale: #797979. Windows color (decimal): -8291243 or 5602433. OLE color: 5602433.

HSL color Cylindrical-coordinate representation of color #817C55: hue angle of 53.18º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817C55 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB12912485-
CMYK00.040.340.49
HSL53.18º20.56%41.96%-
HSV(B)53.18º34.11%50.59%-
XYZ17.919.7411.46-
YUV121.05107.66133.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=38.17%
G=36.69%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291248500.040.340.4953.1820.5641.96
Hex817C5504223135152a
Octal201174125044261652552
Binary1000000111111001010101010010001011000111010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817C55; }

 p { color: rgb(129,124,85); }

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

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

 a { background-color: rgb(129,124,85); }

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

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

 span { border-color: rgb(129,124,85); }

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