#828051

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

Shades of Kokoda #828051

Tints of Kokoda #828051

Color information

#828051 (or 0x828051) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 51. RGB value is (130,128,81). Sum of RGB (Red+Green+Blue) = 130+128+81=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #828051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828051 is #7D7FAE. Grayscale: #7B7B7B. Windows color (decimal): -8224687 or 5341314. OLE color: 5341314.

HSL color Cylindrical-coordinate representation of color #828051: hue angle of 57.55º degrees, saturation: 0.23, 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 #828051 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB13012881-
CMYK00.020.380.49
HSL57.55º23.22%41.37%-
HSV(B)57.55º37.69%50.98%-
XYZ18.4120.7810.82-
YUV123.24104.16132.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=38.35%
G=37.76%
B=23.89%

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
Decimal1301288100.020.380.4957.5523.2241.37
Hex8280510226313a1729
Octal202200121024661722751
Binary1000001010000000101000101010011011000111101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828051; }

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

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

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

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

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

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

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

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