Shades of Kokoda #838151
Tints of Kokoda #838151
RGB
CMYK
RGB Variations
Color information
#838151 (or 0x838151) is known color: Kokoda. HEX triplet: 83, 81 and 51. RGB value is (131,129,81). Sum of RGB (Red+Green+Blue) = 131+129+81=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #838151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838151 is #7C7EAE. Grayscale: #7C7C7C. Windows color (decimal): -8158895 or 5341571. OLE color: 5341571.
HSL color Cylindrical-coordinate representation of color #838151: hue angle of 57.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838151 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 81 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.49 |
| HSL | 57.6º | 0.24% | 0.42% | - |
| HSV(B) | 57.6º | 0.38% | 0.51% | - |
| XYZ | 18.7 | 21.12 | 10.88 | - |
| YUV | 124.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 81 | 0 | 0.02 | 0.38 | 0.49 | 57.6 | 0.24 | 0.42 |
| Hex | 83 | 81 | 51 | 0 | 2 | 26 | 31 | 3A | 18 | 2A |
| Octal | 203 | 201 | 121 | 0 | 2 | 46 | 61 | 72 | 30 | 52 |
| Binary | 10000011 | 10000001 | 1010001 | 0 | 10 | 100110 | 110001 | 111010 | 11000 | 101010 |
Color Harmonies of #838151
Complementary color
Monochromatic Colors of #838151
Black with #838151
Text Example
Text Example
White with #838151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838151; }
p { color: rgb(131,129,81); }
H1.HeaderClassName
{
color: #838151;
}
.AnyTagClassName
{
color: #838151;
}
</style>
background-color css
<style>
a { background-color: #838151; }
a { background-color: rgb(131,129,81); }
div.DivClassName
{
background-color: #838151;
}
.BgClassName
{
background-color: #838151;
}
</style>
border-color css
<style>
span { border-color: #838151; }
span { border-color: rgb(131,129,81); }
td.TdClassName
{
border-color: #838151;
}
.TagClassName
{
border-color: #838151;
}
</style>