#817F4F

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

Shades of Kokoda #817F4F

Tints of Kokoda #817F4F

Color information

#817F4F (or 0x817F4F) is unknown color: approx Kokoda. HEX triplet: 81, 7F and 4F. RGB value is (129,127,79). Sum of RGB (Red+Green+Blue) = 129+127+79=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #817F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F4F is #7E80B0. Grayscale: #7A7A7A. Windows color (decimal): -8290481 or 5209985. OLE color: 5209985.

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

Color convert

RGB12912779-
CMYK00.020.390.49
HSL57.6º24.04%40.78%-
HSV(B)57.6º38.76%50.59%-
XYZ18.0520.4110.39-
YUV122.13103.66132.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=38.51%
G=37.91%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291277900.020.390.4957.624.0440.78
Hex817F4F0227313a1829
Octal201177117024761723051
Binary100000011111111100111101010011111000111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,79); }

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

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

 a { background-color: rgb(129,127,79); }

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

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

 span { border-color: rgb(129,127,79); }

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