#817A54

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

Shades of Kokoda #817A54

Tints of Kokoda #817A54

Color information

#817A54 (or 0x817A54) is unknown color: approx Kokoda. HEX triplet: 81, 7A and 54. RGB value is (129,122,84). Sum of RGB (Red+Green+Blue) = 129+122+84=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #817A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A54 is #7E85AB. Grayscale: #777777. Windows color (decimal): -8291756 or 5536385. OLE color: 5536385.

HSL color Cylindrical-coordinate representation of color #817A54: hue angle of 50.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #817A54 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB12912284-
CMYK00.050.350.49
HSL50.67º21.13%41.76%-
HSV(B)50.67º34.88%50.59%-
XYZ17.6119.2311.17-
YUV119.76107.82134.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=38.51%
G=36.42%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291228400.050.350.4950.6721.1341.76
Hex817A5405233133152a
Octal201172124054361632552
Binary1000000111110101010100010110001111000111001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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