#818049

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

Shades of Kokoda #818049

Tints of Kokoda #818049

Color information

#818049 (or 0x818049) is unknown color: approx Kokoda. HEX triplet: 81, 80 and 49. RGB value is (129,128,73). Sum of RGB (Red+Green+Blue) = 129+128+73=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #818049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818049 is #7E7FB6. Grayscale: #7A7A7A. Windows color (decimal): -8290231 or 4817025. OLE color: 4817025.

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

Color convert

RGB12912873-
CMYK00.010.430.49
HSL58.93º27.72%39.61%-
HSV(B)58.93º43.41%50.59%-
XYZ17.9820.599.33-
YUV122.03100.33132.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=39.09%
G=38.79%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291287300.010.430.4958.9327.7239.61
Hex818049012B313b1c28
Octal201200111015361733450
Binary100000011000000010010010110101111000111101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818049; }

 p { color: rgb(129,128,73); }

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

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

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

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

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

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

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