Shades of Kokoda #837F54
Tints of Kokoda #837F54
RGB
CMYK
RGB Variations
Color information
#837F54 (or 0x837F54) is known color: Kokoda. HEX triplet: 83, 7F and 54. RGB value is (131,127,84). Sum of RGB (Red+Green+Blue) = 131+127+84=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #837F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F54 is #7C80AB. Grayscale: #7B7B7B. Windows color (decimal): -8159404 or 5537667. OLE color: 5537667.
HSL color Cylindrical-coordinate representation of color #837F54: hue angle of 54.89º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837F54 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 84 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.49 |
| HSL | 54.89º | 0.22% | 0.42% | - |
| HSV(B) | 54.89º | 0.36% | 0.51% | - |
| XYZ | 18.55 | 20.64 | 11.39 | - |
| YUV | 123.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 84 | 0 | 0.03 | 0.36 | 0.49 | 54.89 | 0.22 | 0.42 |
| Hex | 83 | 7F | 54 | 0 | 3 | 24 | 31 | 37 | 16 | 2A |
| Octal | 203 | 177 | 124 | 0 | 3 | 44 | 61 | 67 | 26 | 52 |
| Binary | 10000011 | 1111111 | 1010100 | 0 | 11 | 100100 | 110001 | 110111 | 10110 | 101010 |
Color Harmonies of #837F54
Complementary color
Monochromatic Colors of #837F54
Black with #837F54
Text Example
Text Example
White with #837F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F54; }
p { color: rgb(131,127,84); }
H1.HeaderClassName
{
color: #837F54;
}
.AnyTagClassName
{
color: #837F54;
}
</style>
background-color css
<style>
a { background-color: #837F54; }
a { background-color: rgb(131,127,84); }
div.DivClassName
{
background-color: #837F54;
}
.BgClassName
{
background-color: #837F54;
}
</style>
border-color css
<style>
span { border-color: #837F54; }
span { border-color: rgb(131,127,84); }
td.TdClassName
{
border-color: #837F54;
}
.TagClassName
{
border-color: #837F54;
}
</style>