Shades of Kokoda #838048
Tints of Kokoda #838048
RGB
CMYK
RGB Variations
Color information
#838048 (or 0x838048) is known color: Kokoda. HEX triplet: 83, 80 and 48. RGB value is (131,128,72). Sum of RGB (Red+Green+Blue) = 131+128+72=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #838048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838048 is #7C7FB7. Grayscale: #7A7A7A. Windows color (decimal): -8159160 or 4751491. OLE color: 4751491.
HSL color Cylindrical-coordinate representation of color #838048: hue angle of 56.95º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838048 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 72 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.49 |
| HSL | 56.95º | 0.29% | 0.4% | - |
| HSV(B) | 56.95º | 0.45% | 0.51% | - |
| XYZ | 18.25 | 20.73 | 9.17 | - |
| YUV | 122.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 72 | 0 | 0.02 | 0.45 | 0.49 | 56.95 | 0.29 | 0.4 |
| Hex | 83 | 80 | 48 | 0 | 2 | 2D | 31 | 39 | 1D | 28 |
| Octal | 203 | 200 | 110 | 0 | 2 | 55 | 61 | 71 | 35 | 50 |
| Binary | 10000011 | 10000000 | 1001000 | 0 | 10 | 101101 | 110001 | 111001 | 11101 | 101000 |
Color Harmonies of #838048
Complementary color
Monochromatic Colors of #838048
Black with #838048
Text Example
Text Example
White with #838048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838048; }
p { color: rgb(131,128,72); }
H1.HeaderClassName
{
color: #838048;
}
.AnyTagClassName
{
color: #838048;
}
</style>
background-color css
<style>
a { background-color: #838048; }
a { background-color: rgb(131,128,72); }
div.DivClassName
{
background-color: #838048;
}
.BgClassName
{
background-color: #838048;
}
</style>
border-color css
<style>
span { border-color: #838048; }
span { border-color: rgb(131,128,72); }
td.TdClassName
{
border-color: #838048;
}
.TagClassName
{
border-color: #838048;
}
</style>