#82814C

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

Shades of Kokoda #82814C

Tints of Kokoda #82814C

Color information

#82814C (or 0x82814C) is unknown color: approx Kokoda. HEX triplet: 82, 81 and 4C. RGB value is (130,129,76). Sum of RGB (Red+Green+Blue) = 130+129+76=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82814C is #7D7EB3. Grayscale: #7B7B7B. Windows color (decimal): -8224436 or 5013890. OLE color: 5013890.

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

Color convert

RGB13012976-
CMYK00.010.420.49
HSL58.89º26.21%40.39%-
HSV(B)58.89º41.54%50.98%-
XYZ18.3620.979.92-
YUV123.26101.33132.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=38.81%
G=38.51%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301297600.010.420.4958.8926.2140.39
Hex82814C012A313b1a28
Octal202201114015261733250
Binary100000101000000110011000110101011000111101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82814C; }

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

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

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

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

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

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

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

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