Shades of Kokoda #838551
Tints of Kokoda #838551
RGB
CMYK
RGB Variations
Color information
#838551 (or 0x838551) is known color: Kokoda. HEX triplet: 83, 85 and 51. RGB value is (131,133,81). Sum of RGB (Red+Green+Blue) = 131+133+81=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #838551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838551 is #7C7AAE. Grayscale: #7E7E7E. Windows color (decimal): -8157871 or 5342595. OLE color: 5342595.
HSL color Cylindrical-coordinate representation of color #838551: hue angle of 62.31º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #838551 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 81 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.48 |
| HSL | 62.31º | 0.24% | 0.42% | - |
| HSV(B) | 62.31º | 0.39% | 0.52% | - |
| XYZ | 19.23 | 22.19 | 11.05 | - |
| YUV | 126.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 81 | 0.02 | 0 | 0.39 | 0.48 | 62.31 | 0.24 | 0.42 |
| Hex | 83 | 85 | 51 | 2 | 0 | 27 | 30 | 3E | 18 | 2A |
| Octal | 203 | 205 | 121 | 2 | 0 | 47 | 60 | 76 | 30 | 52 |
| Binary | 10000011 | 10000101 | 1010001 | 10 | 0 | 100111 | 110000 | 111110 | 11000 | 101010 |
Color Harmonies of #838551
Complementary color
Monochromatic Colors of #838551
Black with #838551
Text Example
Text Example
White with #838551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838551; }
p { color: rgb(131,133,81); }
H1.HeaderClassName
{
color: #838551;
}
.AnyTagClassName
{
color: #838551;
}
</style>
background-color css
<style>
a { background-color: #838551; }
a { background-color: rgb(131,133,81); }
div.DivClassName
{
background-color: #838551;
}
.BgClassName
{
background-color: #838551;
}
</style>
border-color css
<style>
span { border-color: #838551; }
span { border-color: rgb(131,133,81); }
td.TdClassName
{
border-color: #838551;
}
.TagClassName
{
border-color: #838551;
}
</style>