#817C5E

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

Shades of Kokoda #817C5E

Tints of Kokoda #817C5E

Color information

#817C5E (or 0x817C5E) is unknown color: approx Kokoda. HEX triplet: 81, 7C and 5E. RGB value is (129,124,94). Sum of RGB (Red+Green+Blue) = 129+124+94=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #817C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C5E is #7E83A1. Grayscale: #7A7A7A. Windows color (decimal): -8291234 or 6192257. OLE color: 6192257.

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

Color convert

RGB12912494-
CMYK00.040.270.49
HSL51.43º15.7%43.73%-
HSV(B)51.43º27.13%50.59%-
XYZ18.2819.8913.47-
YUV122.07112.16132.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=37.18%
G=35.73%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291249400.040.270.4951.4315.743.73
Hex817C5E041B3133102c
Octal201174136043361632054
Binary100000011111100101111001001101111000111001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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