#818052

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

Shades of Kokoda #818052

Tints of Kokoda #818052

Color information

#818052 (or 0x818052) is unknown color: approx Kokoda. HEX triplet: 81, 80 and 52. RGB value is (129,128,82). Sum of RGB (Red+Green+Blue) = 129+128+82=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #818052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818052 is #7E7FAD. Grayscale: #7B7B7B. Windows color (decimal): -8290222 or 5406849. OLE color: 5406849.

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

Color convert

RGB12912882-
CMYK00.010.360.49
HSL58.72º22.27%41.37%-
HSV(B)58.72º36.43%50.59%-
XYZ18.320.7111.02-
YUV123.06104.83132.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=38.05%
G=37.76%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291288200.010.360.4958.7222.2741.37
Hex8180520124313b1629
Octal201200122014461732651
Binary100000011000000010100100110010011000111101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818052; }

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

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

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

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

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

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

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

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