#817A55

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

Shades of Kokoda #817A55

Tints of Kokoda #817A55

Color information

#817A55 (or 0x817A55) is unknown color: approx Kokoda. HEX triplet: 81, 7A and 55. RGB value is (129,122,85). Sum of RGB (Red+Green+Blue) = 129+122+85=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #817A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A55 is #7E85AA. Grayscale: #787878. Windows color (decimal): -8291755 or 5601921. OLE color: 5601921.

HSL color Cylindrical-coordinate representation of color #817A55: hue angle of 50.45º 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 #817A55 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB12912285-
CMYK00.050.340.49
HSL50.45º20.56%41.96%-
HSV(B)50.45º34.11%50.59%-
XYZ17.6519.2411.38-
YUV119.87108.32134.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=38.39%
G=36.31%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291228500.050.340.4950.4520.5641.96
Hex817A5505223132152a
Octal201172125054261622552
Binary1000000111110101010101010110001011000111001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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