#80805C

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

Shades of Kokoda #80805C

Tints of Kokoda #80805C

Color information

#80805C (or 0x80805C) is unknown color: approx Kokoda. HEX triplet: 80, 80 and 5C. RGB value is (128,128,92). Sum of RGB (Red+Green+Blue) = 128+128+92=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80805C is #7F7FA3. Grayscale: #7C7C7C. Windows color (decimal): -8355748 or 6062208. OLE color: 6062208.

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

Color convert

RGB12812892-
CMYK000.280.50
HSL60º16.36%43.14%-
HSV(B)60º28.12%50.2%-
XYZ18.5520.813.16-
YUV123.9110130.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=36.78%
G=36.78%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812892000.280.506016.3643.14
Hex80805C001C323c102b
Octal200200134003462742053
Binary10000000100000001011100001110011001011110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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