Shades of Kokoda #838552
Tints of Kokoda #838552
RGB
CMYK
RGB Variations
Color information
#838552 (or 0x838552) is known color: Kokoda. HEX triplet: 83, 85 and 52. RGB value is (131,133,82). Sum of RGB (Red+Green+Blue) = 131+133+82=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #838552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838552 is #7C7AAD. Grayscale: #7E7E7E. Windows color (decimal): -8157870 or 5408131. OLE color: 5408131.
HSL color Cylindrical-coordinate representation of color #838552: hue angle of 62.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838552 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 82 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.48 |
| HSL | 62.35º | 0.24% | 0.42% | - |
| HSV(B) | 62.35º | 0.38% | 0.52% | - |
| XYZ | 19.27 | 22.21 | 11.25 | - |
| YUV | 126.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 82 | 0.02 | 0 | 0.38 | 0.48 | 62.35 | 0.24 | 0.42 |
| Hex | 83 | 85 | 52 | 2 | 0 | 26 | 30 | 3E | 18 | 2A |
| Octal | 203 | 205 | 122 | 2 | 0 | 46 | 60 | 76 | 30 | 52 |
| Binary | 10000011 | 10000101 | 1010010 | 10 | 0 | 100110 | 110000 | 111110 | 11000 | 101010 |
Color Harmonies of #838552
Complementary color
Monochromatic Colors of #838552
Black with #838552
Text Example
Text Example
White with #838552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838552; }
p { color: rgb(131,133,82); }
H1.HeaderClassName
{
color: #838552;
}
.AnyTagClassName
{
color: #838552;
}
</style>
background-color css
<style>
a { background-color: #838552; }
a { background-color: rgb(131,133,82); }
div.DivClassName
{
background-color: #838552;
}
.BgClassName
{
background-color: #838552;
}
</style>
border-color css
<style>
span { border-color: #838552; }
span { border-color: rgb(131,133,82); }
td.TdClassName
{
border-color: #838552;
}
.TagClassName
{
border-color: #838552;
}
</style>