#818047

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

Shades of Kokoda #818047

Tints of Kokoda #818047

Color information

#818047 (or 0x818047) is unknown color: approx Kokoda. HEX triplet: 81, 80 and 47. RGB value is (129,128,71). Sum of RGB (Red+Green+Blue) = 129+128+71=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #818047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818047 is #7E7FB8. Grayscale: #7A7A7A. Windows color (decimal): -8290233 or 4685953. OLE color: 4685953.

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

Color convert

RGB12912871-
CMYK00.010.450.49
HSL58.97º29%39.22%-
HSV(B)58.97º44.96%50.59%-
XYZ17.9120.568.99-
YUV121.899.33133.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=39.33%
G=39.02%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291287100.010.450.4958.972939.22
Hex818047012D313b1d27
Octal201200107015561733547
Binary100000011000000010001110110110111000111101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818047; }

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

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

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

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

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

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

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

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