#828050

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

Shades of Kokoda #828050

Tints of Kokoda #828050

Color information

#828050 (or 0x828050) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 50. RGB value is (130,128,80). Sum of RGB (Red+Green+Blue) = 130+128+80=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #828050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828050 is #7D7FAF. Grayscale: #7B7B7B. Windows color (decimal): -8224688 or 5275778. OLE color: 5275778.

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

Color convert

RGB13012880-
CMYK00.020.380.49
HSL57.6º23.81%41.18%-
HSV(B)57.6º38.46%50.98%-
XYZ18.3720.7610.63-
YUV123.13103.66132.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=38.46%
G=37.87%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301288000.020.380.4957.623.8141.18
Hex8280500226313a1829
Octal202200120024661723051
Binary1000001010000000101000001010011011000111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828050; }

 p { color: rgb(130,128,80); }

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

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

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

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

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

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

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