#817E5B

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

Shades of Kokoda #817E5B

Tints of Kokoda #817E5B

Color information

#817E5B (or 0x817E5B) is unknown color: approx Kokoda. HEX triplet: 81, 7E and 5B. RGB value is (129,126,91). Sum of RGB (Red+Green+Blue) = 129+126+91=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #817E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E5B is #7E81A4. Grayscale: #7B7B7B. Windows color (decimal): -8290725 or 5996161. OLE color: 5996161.

HSL color Cylindrical-coordinate representation of color #817E5B: hue angle of 55.26º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817E5B is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12912691-
CMYK00.020.290.49
HSL55.26º17.27%43.14%-
HSV(B)55.26º29.46%50.59%-
XYZ18.420.3412.85-
YUV122.91109.99132.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=37.28%
G=36.42%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291269100.020.290.4955.2617.2743.14
Hex817E5B021D3137112b
Octal201176133023561672153
Binary10000001111111010110110101110111000111011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,126,91); }

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

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

 a { background-color: rgb(129,126,91); }

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

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

 span { border-color: rgb(129,126,91); }

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