#818253

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

Shades of Kokoda #818253

Tints of Kokoda #818253

Color information

#818253 (or 0x818253) is unknown color: approx Kokoda. HEX triplet: 81, 82 and 53. RGB value is (129,130,83). Sum of RGB (Red+Green+Blue) = 129+130+83=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #818253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818253 is #7E7DAC. Grayscale: #7C7C7C. Windows color (decimal): -8289709 or 5472897. OLE color: 5472897.

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

Color convert

RGB12913083-
CMYK0.0100.360.49
HSL61.28º22.07%41.76%-
HSV(B)61.28º36.15%50.98%-
XYZ18.621.2611.31-
YUV124.34104.67131.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=37.72%
G=38.01%
B=24.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130830.0100.360.4961.2822.0741.76
Hex8182531024313d162a
Octal201202123104461752652
Binary100000011000001010100111010010011000111110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818253; }

 p { color: rgb(129,130,83); }

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

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

 a { background-color: rgb(129,130,83); }

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

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

 span { border-color: rgb(129,130,83); }

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