Html Css Color HEX #808058 Kokoda

📋 copy color: '#808058'

red 128 ◦ green 128 ◦ blue 88

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

Shades of Kokoda #808058

Tints of Kokoda #808058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 37.21%
G = 37.21%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#808058 (or 0x808058) is known color: Kokoda. HEX triplet: 80, 80 and 58. RGB value is (128,128,88). Sum of RGB (Red+Green+Blue) = 128+128+88=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808058 is #7F7FA7. Grayscale: #7B7B7B. Windows color (decimal): -8355752 or 5800064. OLE color: 5800064.

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

Color convert

RGB 128 128 88 -
CMYK 0 0 0.31 0.50
HSL 60º 0.19% 0.42% -
HSV(B) 60º 0.31% 0.5% -
XYZ 18.38 20.73 12.27 -
YUV 123.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 128 128 88 0 0 0.31 0.50 60 0.19 0.42
Hex 80 80 58 0 0 1F 32 3C 13 2A
Octal 200 200 130 0 0 37 62 74 23 52
Binary 10000000 10000000 1011000 0 0 11111 110010 111100 10011 101010

Color Harmonies of #808058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808058

Black with #808058

Text Example


Text Example

White with #808058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808058; }

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

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

background-color css

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

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

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

border-color css

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

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

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