#828056

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

Shades of Kokoda #828056

Tints of Kokoda #828056

Color information

#828056 (or 0x828056) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 56. RGB value is (130,128,86). Sum of RGB (Red+Green+Blue) = 130+128+86=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #828056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828056 is #7D7FA9. Grayscale: #7B7B7B. Windows color (decimal): -8224682 or 5668994. OLE color: 5668994.

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

Color convert

RGB13012886-
CMYK00.020.340.49
HSL57.27º20.37%42.35%-
HSV(B)57.27º33.85%50.98%-
XYZ18.620.8611.85-
YUV123.81106.66132.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 86 (33.98% from 255) = 25%
R=37.79%
G=37.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301288600.020.340.4957.2720.3742.35
Hex82805602223139142a
Octal202200126024261712452
Binary1000001010000000101011001010001011000111100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828056; }

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

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

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

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

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

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

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

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