Shades of Kokoda #838053
Tints of Kokoda #838053
RGB
CMYK
RGB Variations
Color information
#838053 (or 0x838053) is known color: Kokoda. HEX triplet: 83, 80 and 53. RGB value is (131,128,83). Sum of RGB (Red+Green+Blue) = 131+128+83=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #838053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838053 is #7C7FAC. Grayscale: #7B7B7B. Windows color (decimal): -8159149 or 5472387. OLE color: 5472387.
HSL color Cylindrical-coordinate representation of color #838053: hue angle of 56.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #838053 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 83 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.49 |
| HSL | 56.25º | 0.22% | 0.42% | - |
| HSV(B) | 56.25º | 0.37% | 0.51% | - |
| XYZ | 18.64 | 20.89 | 11.23 | - |
| YUV | 123.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 83 | 0 | 0.02 | 0.37 | 0.49 | 56.25 | 0.22 | 0.42 |
| Hex | 83 | 80 | 53 | 0 | 2 | 25 | 31 | 38 | 16 | 2A |
| Octal | 203 | 200 | 123 | 0 | 2 | 45 | 61 | 70 | 26 | 52 |
| Binary | 10000011 | 10000000 | 1010011 | 0 | 10 | 100101 | 110001 | 111000 | 10110 | 101010 |
Color Harmonies of #838053
Complementary color
Monochromatic Colors of #838053
Black with #838053
Text Example
Text Example
White with #838053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838053; }
p { color: rgb(131,128,83); }
H1.HeaderClassName
{
color: #838053;
}
.AnyTagClassName
{
color: #838053;
}
</style>
background-color css
<style>
a { background-color: #838053; }
a { background-color: rgb(131,128,83); }
div.DivClassName
{
background-color: #838053;
}
.BgClassName
{
background-color: #838053;
}
</style>
border-color css
<style>
span { border-color: #838053; }
span { border-color: rgb(131,128,83); }
td.TdClassName
{
border-color: #838053;
}
.TagClassName
{
border-color: #838053;
}
</style>