#828456

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

Shades of Kokoda #828456

Tints of Kokoda #828456

Color information

#828456 (or 0x828456) is unknown color: approx Kokoda. HEX triplet: 82, 84 and 56. RGB value is (130,132,86). Sum of RGB (Red+Green+Blue) = 130+132+86=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #828456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828456 is #7D7BA9. Grayscale: #7E7E7E. Windows color (decimal): -8223658 or 5670018. OLE color: 5670018.

HSL color Cylindrical-coordinate representation of color #828456: hue angle of 62.61º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828456 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13013286-
CMYK0.0200.350.48
HSL62.61º21.1%42.75%-
HSV(B)62.61º34.85%51.76%-
XYZ19.1421.9212.03-
YUV126.16105.34130.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=37.36%
G=37.93%
B=24.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132860.0200.350.4862.6121.142.75
Hex8284562023303f152b
Octal202204126204360772553
Binary1000001010000100101011010010001111000011111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828456; }

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

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

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

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

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

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

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

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