#828249

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

Shades of Kokoda #828249

Tints of Kokoda #828249

Color information

#828249 (or 0x828249) is unknown color: approx Kokoda. HEX triplet: 82, 82 and 49. RGB value is (130,130,73). Sum of RGB (Red+Green+Blue) = 130+130+73=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828249 is #7D7DB6. Grayscale: #7B7B7B. Windows color (decimal): -8224183 or 4817538. OLE color: 4817538.

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

Color convert

RGB13013073-
CMYK000.440.49
HSL60º28.08%39.8%-
HSV(B)60º43.85%50.98%-
XYZ18.3921.199.42-
YUV123.599.5132.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=39.04%
G=39.04%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013073000.440.496028.0839.8
Hex828249002C313c1c28
Octal202202111005461743450
Binary100000101000001010010010010110011000111110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828249; }

 p { color: rgb(130,130,73); }

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

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

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

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

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

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

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