#808248

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

Shades of Kokoda #808248

Tints of Kokoda #808248

Color information

#808248 (or 0x808248) is unknown color: approx Kokoda. HEX triplet: 80, 82 and 48. RGB value is (128,130,72). Sum of RGB (Red+Green+Blue) = 128+130+72=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #808248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808248 is #7F7DB7. Grayscale: #7B7B7B. Windows color (decimal): -8355256 or 4752000. OLE color: 4752000.

HSL color Cylindrical-coordinate representation of color #808248: hue angle of 62.07º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808248 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12813072-
CMYK0.0200.450.49
HSL62.07º28.71%39.61%-
HSV(B)62.07º44.62%50.98%-
XYZ18.0521.029.24-
YUV122.7999.34131.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=38.79%
G=39.39%
B=21.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130720.0200.450.4962.0728.7139.61
Hex808248202D313e1d28
Octal200202110205561763550
Binary1000000010000010100100010010110111000111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808248; }

 p { color: rgb(128,130,72); }

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

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

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

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

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

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

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