#817B5C

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

Shades of Kokoda #817B5C

Tints of Kokoda #817B5C

Color information

#817B5C (or 0x817B5C) is unknown color: approx Kokoda. HEX triplet: 81, 7B and 5C. RGB value is (129,123,92). Sum of RGB (Red+Green+Blue) = 129+123+92=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 129 - color contains mainly: red. Hex color #817B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B5C is #7E84A3. Grayscale: #797979. Windows color (decimal): -8291492 or 6060929. OLE color: 6060929.

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

Color convert

RGB12912392-
CMYK00.050.290.49
HSL50.27º16.74%43.33%-
HSV(B)50.27º28.68%50.59%-
XYZ18.0719.6112.96-
YUV121.26111.49133.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=37.5%
G=35.76%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291239200.050.290.4950.2716.7443.33
Hex817B5C051D3132112b
Octal201173134053561622153
Binary100000011111011101110001011110111000111001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,123,92); }

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

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

 a { background-color: rgb(129,123,92); }

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

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

 span { border-color: rgb(129,123,92); }

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