#807859

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

Shades of Kokoda #807859

Tints of Kokoda #807859

Color information

#807859 (or 0x807859) is unknown color: approx Kokoda. HEX triplet: 80, 78 and 59. RGB value is (128,120,89). Sum of RGB (Red+Green+Blue) = 128+120+89=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #807859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807859 is #7F87A6. Grayscale: #767676. Windows color (decimal): -8357799 or 5863552. OLE color: 5863552.

HSL color Cylindrical-coordinate representation of color #807859: hue angle of 47.69º 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 #807859 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB12812089-
CMYK00.060.300.50
HSL47.69º17.97%42.55%-
HSV(B)47.69º30.47%50.2%-
XYZ17.4218.7412.15-
YUV118.86111.15134.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=37.98%
G=35.61%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281208900.060.300.5047.6917.9742.55
Hex807859061E3230122b
Octal200170131063662602253
Binary100000001111000101100101101111011001011000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807859; }

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

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

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

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

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

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

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

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