Shades of Kokoda #838256
Tints of Kokoda #838256
RGB
CMYK
RGB Variations
Color information
#838256 (or 0x838256) is known color: Kokoda. HEX triplet: 83, 82 and 56. RGB value is (131,130,86). Sum of RGB (Red+Green+Blue) = 131+130+86=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #838256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838256 is #7C7DA9. Grayscale: #7D7D7D. Windows color (decimal): -8158634 or 5669507. OLE color: 5669507.
HSL color Cylindrical-coordinate representation of color #838256: hue angle of 58.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #838256 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 130 | 86 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.49 |
| HSL | 58.67º | 0.21% | 0.43% | - |
| HSV(B) | 58.67º | 0.34% | 0.51% | - |
| XYZ | 19.02 | 21.46 | 11.94 | - |
| YUV | 125.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 86 | 0 | 0.01 | 0.34 | 0.49 | 58.67 | 0.21 | 0.43 |
| Hex | 83 | 82 | 56 | 0 | 1 | 22 | 31 | 3B | 15 | 2B |
| Octal | 203 | 202 | 126 | 0 | 1 | 42 | 61 | 73 | 25 | 53 |
| Binary | 10000011 | 10000010 | 1010110 | 0 | 1 | 100010 | 110001 | 111011 | 10101 | 101011 |
Color Harmonies of #838256
Complementary color
Monochromatic Colors of #838256
Black with #838256
Text Example
Text Example
White with #838256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838256; }
p { color: rgb(131,130,86); }
H1.HeaderClassName
{
color: #838256;
}
.AnyTagClassName
{
color: #838256;
}
</style>
background-color css
<style>
a { background-color: #838256; }
a { background-color: rgb(131,130,86); }
div.DivClassName
{
background-color: #838256;
}
.BgClassName
{
background-color: #838256;
}
</style>
border-color css
<style>
span { border-color: #838256; }
span { border-color: rgb(131,130,86); }
td.TdClassName
{
border-color: #838256;
}
.TagClassName
{
border-color: #838256;
}
</style>