#817B4C

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

Shades of Kokoda #817B4C

Tints of Kokoda #817B4C

Color information

#817B4C (or 0x817B4C) is unknown color: approx Kokoda. HEX triplet: 81, 7B and 4C. RGB value is (129,123,76). Sum of RGB (Red+Green+Blue) = 129+123+76=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #817B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B4C is #7E84B3. Grayscale: #777777. Windows color (decimal): -8291508 or 5012353. OLE color: 5012353.

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

Color convert

RGB12912376-
CMYK00.050.410.49
HSL53.21º25.85%40.2%-
HSV(B)53.21º41.09%50.59%-
XYZ17.4419.359.65-
YUV119.44103.49134.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=39.33%
G=37.5%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291237600.050.410.4953.2125.8540.2
Hex817B4C052931351a28
Octal201173114055161653250
Binary1000000111110111001100010110100111000111010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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