#817A56

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

Shades of Kokoda #817A56

Tints of Kokoda #817A56

Color information

#817A56 (or 0x817A56) is unknown color: approx Kokoda. HEX triplet: 81, 7A and 56. RGB value is (129,122,86). Sum of RGB (Red+Green+Blue) = 129+122+86=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #817A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A56 is #7E85A9. Grayscale: #787878. Windows color (decimal): -8291754 or 5667457. OLE color: 5667457.

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

Color convert

RGB12912286-
CMYK00.050.330.49
HSL50.23º20%42.16%-
HSV(B)50.23º33.33%50.59%-
XYZ17.6919.2611.59-
YUV119.99108.82134.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=38.28%
G=36.20%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291228600.050.330.4950.232042.16
Hex817A5605213132142a
Octal201172126054161622452
Binary1000000111110101010110010110000111000111001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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