Shades of Kokoda #828353
Tints of Kokoda #828353
RGB
CMYK
RGB Variations
Color information
#828353 (or 0x828353) is known color: Kokoda. HEX triplet: 82, 83 and 53. RGB value is (130,131,83). Sum of RGB (Red+Green+Blue) = 130+131+83=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #828353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828353 is #7D7CAC. Grayscale: #7D7D7D. Windows color (decimal): -8223917 or 5473154. OLE color: 5473154.
HSL color Cylindrical-coordinate representation of color #828353: hue angle of 61.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828353 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 83 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.49 |
| HSL | 61.25º | 0.22% | 0.42% | - |
| HSV(B) | 61.25º | 0.37% | 0.51% | - |
| XYZ | 18.88 | 21.6 | 11.36 | - |
| YUV | 125.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 83 | 0.01 | 0 | 0.37 | 0.49 | 61.25 | 0.22 | 0.42 |
| Hex | 82 | 83 | 53 | 1 | 0 | 25 | 31 | 3D | 16 | 2A |
| Octal | 202 | 203 | 123 | 1 | 0 | 45 | 61 | 75 | 26 | 52 |
| Binary | 10000010 | 10000011 | 1010011 | 1 | 0 | 100101 | 110001 | 111101 | 10110 | 101010 |
Color Harmonies of #828353
Complementary color
Monochromatic Colors of #828353
Black with #828353
Text Example
Text Example
White with #828353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828353; }
p { color: rgb(130,131,83); }
H1.HeaderClassName
{
color: #828353;
}
.AnyTagClassName
{
color: #828353;
}
</style>
background-color css
<style>
a { background-color: #828353; }
a { background-color: rgb(130,131,83); }
div.DivClassName
{
background-color: #828353;
}
.BgClassName
{
background-color: #828353;
}
</style>
border-color css
<style>
span { border-color: #828353; }
span { border-color: rgb(130,131,83); }
td.TdClassName
{
border-color: #828353;
}
.TagClassName
{
border-color: #828353;
}
</style>