#80805E

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

Shades of Kokoda #80805E

Tints of Kokoda #80805E

Color information

#80805E (or 0x80805E) is unknown color: approx Kokoda. HEX triplet: 80, 80 and 5E. RGB value is (128,128,94). Sum of RGB (Red+Green+Blue) = 128+128+94=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80805E is #7F7FA1. Grayscale: #7C7C7C. Windows color (decimal): -8355746 or 6193280. OLE color: 6193280.

HSL color Cylindrical-coordinate representation of color #80805E: hue angle of 60º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80805E is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12812894-
CMYK000.270.50
HSL60º15.32%43.53%-
HSV(B)60º26.56%50.2%-
XYZ18.6420.8413.63-
YUV124.12111130.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=36.57%
G=36.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812894000.270.506015.3243.53
Hex80805E001B323cf2c
Octal200200136003362741754
Binary1000000010000000101111000110111100101111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80805E; }

 p { color: rgb(128,128,94); }

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

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

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

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

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

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

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