#828256

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

Shades of Kokoda #828256

Tints of Kokoda #828256

Color information

#828256 (or 0x828256) is unknown color: approx Kokoda. HEX triplet: 82, 82 and 56. RGB value is (130,130,86). Sum of RGB (Red+Green+Blue) = 130+130+86=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828256 is #7D7DA9. Grayscale: #7D7D7D. Windows color (decimal): -8224170 or 5669506. OLE color: 5669506.

HSL color Cylindrical-coordinate representation of color #828256: hue angle of 60º 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 #828256 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB13013086-
CMYK000.340.49
HSL60º20.37%42.35%-
HSV(B)60º33.85%50.98%-
XYZ18.8721.3811.94-
YUV124.98106131.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=37.57%
G=37.57%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013086000.340.496020.3742.35
Hex8282560022313c142a
Octal202202126004261742452
Binary100000101000001010101100010001011000111110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828256; }

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

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

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

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

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

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

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

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