Html Css Color HEX #80804F Kokoda

📋 copy color: '#80804F'

red 128 ◦ green 128 ◦ blue 79

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

Shades of Kokoda #80804F

Tints of Kokoda #80804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 38.21%
G = 38.21%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80804F (or 0x80804F) is known color: Kokoda. HEX triplet: 80, 80 and 4F. RGB value is (128,128,79). Sum of RGB (Red+Green+Blue) = 128+128+79=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80804F is #7F7FB0. Grayscale: #7A7A7A. Windows color (decimal): -8355761 or 5210240. OLE color: 5210240.

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

Color convert

RGB 128 128 79 -
CMYK 0 0 0.38 0.50
HSL 60º 0.24% 0.41% -
HSV(B) 60º 0.38% 0.5% -
XYZ 18.03 20.59 10.42 -
YUV 122.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 128 128 79 0 0 0.38 0.50 60 0.24 0.41
Hex 80 80 4F 0 0 26 32 3C 18 29
Octal 200 200 117 0 0 46 62 74 30 51
Binary 10000000 10000000 1001111 0 0 100110 110010 111100 11000 101001

Color Harmonies of #80804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80804F

Black with #80804F

Text Example


Text Example

White with #80804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80804F; }

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

 H1.HeaderClassName
 {
   color: #80804F;
 }
 .AnyTagClassName
 {
   color: #80804F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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