#807959

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

Shades of Kokoda #807959

Tints of Kokoda #807959

Color information

#807959 (or 0x807959) is unknown color: approx Kokoda. HEX triplet: 80, 79 and 59. RGB value is (128,121,89). Sum of RGB (Red+Green+Blue) = 128+121+89=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #807959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807959 is #7F86A6. Grayscale: #777777. Windows color (decimal): -8357543 or 5863808. OLE color: 5863808.

HSL color Cylindrical-coordinate representation of color #807959: hue angle of 49.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #807959 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB12812189-
CMYK00.050.300.50
HSL49.23º17.97%42.55%-
HSV(B)49.23º30.47%50.2%-
XYZ17.5418.9912.19-
YUV119.44110.82134.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=37.87%
G=35.80%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281218900.050.300.5049.2317.9742.55
Hex807959051E3231122b
Octal200171131053662612253
Binary100000001111001101100101011111011001011000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807959; }

 p { color: rgb(128,121,89); }

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

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

 a { background-color: rgb(128,121,89); }

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

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

 span { border-color: rgb(128,121,89); }

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