#817F56

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

Shades of Kokoda #817F56

Tints of Kokoda #817F56

Color information

#817F56 (or 0x817F56) is unknown color: approx Kokoda. HEX triplet: 81, 7F and 56. RGB value is (129,127,86). Sum of RGB (Red+Green+Blue) = 129+127+86=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #817F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F56 is #7E80A9. Grayscale: #7B7B7B. Windows color (decimal): -8290474 or 5668737. OLE color: 5668737.

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

Color convert

RGB12912786-
CMYK00.020.330.49
HSL57.21º20%42.16%-
HSV(B)57.21º33.33%50.59%-
XYZ18.3220.5211.8-
YUV122.92107.16132.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=37.72%
G=37.13%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291278600.020.330.4957.212042.16
Hex817F5602213139142a
Octal201177126024161712452
Binary100000011111111101011001010000111000111100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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