#817C58

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

Shades of Kokoda #817C58

Tints of Kokoda #817C58

Color information

#817C58 (or 0x817C58) is unknown color: approx Kokoda. HEX triplet: 81, 7C and 58. RGB value is (129,124,88). Sum of RGB (Red+Green+Blue) = 129+124+88=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #817C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C58 is #7E83A7. Grayscale: #797979. Windows color (decimal): -8291240 or 5799041. OLE color: 5799041.

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

Color convert

RGB12912488-
CMYK00.040.320.49
HSL52.68º18.89%42.55%-
HSV(B)52.68º31.78%50.59%-
XYZ18.0219.7912.1-
YUV121.39109.16133.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=37.83%
G=36.36%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291248800.040.320.4952.6818.8942.55
Hex817C5804203135132b
Octal201174130044061652353
Binary1000000111111001011000010010000011000111010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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