Shades of Kokoda #838450
Tints of Kokoda #838450
RGB
CMYK
RGB Variations
Color information
#838450 (or 0x838450) is known color: Kokoda. HEX triplet: 83, 84 and 50. RGB value is (131,132,80). Sum of RGB (Red+Green+Blue) = 131+132+80=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #838450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838450 is #7C7BAF. Grayscale: #7D7D7D. Windows color (decimal): -8158128 or 5276803. OLE color: 5276803.
HSL color Cylindrical-coordinate representation of color #838450: hue angle of 61.15º degrees, saturation: 0.25, 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 #838450 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 132 | 80 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.48 |
| HSL | 61.15º | 0.25% | 0.42% | - |
| HSV(B) | 61.15º | 0.39% | 0.52% | - |
| XYZ | 19.06 | 21.91 | 10.81 | - |
| YUV | 125.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 80 | 0.01 | 0 | 0.39 | 0.48 | 61.15 | 0.25 | 0.42 |
| Hex | 83 | 84 | 50 | 1 | 0 | 27 | 30 | 3D | 19 | 2A |
| Octal | 203 | 204 | 120 | 1 | 0 | 47 | 60 | 75 | 31 | 52 |
| Binary | 10000011 | 10000100 | 1010000 | 1 | 0 | 100111 | 110000 | 111101 | 11001 | 101010 |
Color Harmonies of #838450
Complementary color
Monochromatic Colors of #838450
Black with #838450
Text Example
Text Example
White with #838450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838450; }
p { color: rgb(131,132,80); }
H1.HeaderClassName
{
color: #838450;
}
.AnyTagClassName
{
color: #838450;
}
</style>
background-color css
<style>
a { background-color: #838450; }
a { background-color: rgb(131,132,80); }
div.DivClassName
{
background-color: #838450;
}
.BgClassName
{
background-color: #838450;
}
</style>
border-color css
<style>
span { border-color: #838450; }
span { border-color: rgb(131,132,80); }
td.TdClassName
{
border-color: #838450;
}
.TagClassName
{
border-color: #838450;
}
</style>