Html Css Color HEX #80805D Kokoda

📋 copy color: '#80805D'

red 128 ◦ green 128 ◦ blue 93

#80805D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #80805D

Tints of Kokoda #80805D

RGB

 RED value IS 128 (50.39% from 255) = 36.68%

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 36.68%
G = 36.68%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80805D (or 0x80805D) is known color: Kokoda. HEX triplet: 80, 80 and 5D. RGB value is (128,128,93). Sum of RGB (Red+Green+Blue) = 128+128+93=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80805D is #7F7FA2. Grayscale: #7C7C7C. Windows color (decimal): -8355747 or 6127744. OLE color: 6127744.

HSL color Cylindrical-coordinate representation of color #80805D: 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.27%. Process color model (Four color, CMYK) of #80805D is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 128 93 -
CMYK 0 0 0.27 0.50
HSL 60º 0.16% 0.43% -
HSV(B) 60º 0.27% 0.5% -
XYZ 18.6 20.82 13.39 -
YUV 124.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 128 128 93 0 0 0.27 0.50 60 0.16 0.43
Hex 80 80 5D 0 0 1B 32 3C 10 2B
Octal 200 200 135 0 0 33 62 74 20 53
Binary 10000000 10000000 1011101 0 0 11011 110010 111100 10000 101011

Color Harmonies of #80805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80805D

Black with #80805D

Text Example


Text Example

White with #80805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80805D;
 }
 .AnyTagClassName
 {
   color: #80805D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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