#828359

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

Shades of Kokoda #828359

Tints of Kokoda #828359

Color information

#828359 (or 0x828359) is unknown color: approx Kokoda. HEX triplet: 82, 83 and 59. RGB value is (130,131,89). Sum of RGB (Red+Green+Blue) = 130+131+89=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #828359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828359 is #7D7CA6. Grayscale: #7E7E7E. Windows color (decimal): -8223911 or 5866370. OLE color: 5866370.

HSL color Cylindrical-coordinate representation of color #828359: hue angle of 61.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828359 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB13013189-
CMYK0.0100.320.49
HSL61.43º19.09%43.14%-
HSV(B)61.43º32.06%51.37%-
XYZ19.1321.712.63-
YUV125.91107.17130.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=37.14%
G=37.43%
B=25.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131890.0100.320.4961.4319.0943.14
Hex8283591020313d132b
Octal202203131104061752353
Binary100000101000001110110011010000011000111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828359; }

 p { color: rgb(130,131,89); }

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

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

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

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

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

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

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