#808051

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

Shades of Kokoda #808051

Tints of Kokoda #808051

Color information

#808051 (or 0x808051) is unknown color: approx Kokoda. HEX triplet: 80, 80 and 51. RGB value is (128,128,81). Sum of RGB (Red+Green+Blue) = 128+128+81=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808051 is #7F7FAE. Grayscale: #7A7A7A. Windows color (decimal): -8355759 or 5341312. OLE color: 5341312.

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

Color convert

RGB12812881-
CMYK000.370.50
HSL60º22.49%40.98%-
HSV(B)60º36.72%50.2%-
XYZ18.1120.6210.81-
YUV122.64104.5131.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=37.98%
G=37.98%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812881000.370.506022.4940.98
Hex8080510025323c1629
Octal200200121004562742651
Binary100000001000000010100010010010111001011110010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808051; }

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

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

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

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

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

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

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

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