#817C57

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

Shades of Kokoda #817C57

Tints of Kokoda #817C57

Color information

#817C57 (or 0x817C57) is unknown color: approx Kokoda. HEX triplet: 81, 7C and 57. RGB value is (129,124,87). Sum of RGB (Red+Green+Blue) = 129+124+87=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #817C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C57 is #7E83A8. Grayscale: #797979. Windows color (decimal): -8291241 or 5733505. OLE color: 5733505.

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

Color convert

RGB12912487-
CMYK00.040.330.49
HSL52.86º19.44%42.35%-
HSV(B)52.86º32.56%50.59%-
XYZ17.9819.7711.89-
YUV121.28108.66133.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=37.94%
G=36.47%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291248700.040.330.4952.8619.4442.35
Hex817C5704213135132a
Octal201174127044161652352
Binary1000000111111001010111010010000111000111010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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