Shades of Kokoda #848353
Tints of Kokoda #848353
RGB
CMYK
RGB Variations
Color information
#848353 (or 0x848353) is known color: Kokoda. HEX triplet: 84, 83 and 53. RGB value is (132,131,83). Sum of RGB (Red+Green+Blue) = 132+131+83=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #848353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848353 is #7B7CAC. Grayscale: #7E7E7E. Windows color (decimal): -8092845 or 5473156. OLE color: 5473156.
HSL color Cylindrical-coordinate representation of color #848353: hue angle of 58.78º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848353 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 83 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.48 |
| HSL | 58.78º | 0.23% | 0.42% | - |
| HSV(B) | 58.78º | 0.37% | 0.52% | - |
| XYZ | 19.19 | 21.76 | 11.37 | - |
| YUV | 125.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 83 | 0 | 0.01 | 0.37 | 0.48 | 58.78 | 0.23 | 0.42 |
| Hex | 84 | 83 | 53 | 0 | 1 | 25 | 30 | 3B | 17 | 2A |
| Octal | 204 | 203 | 123 | 0 | 1 | 45 | 60 | 73 | 27 | 52 |
| Binary | 10000100 | 10000011 | 1010011 | 0 | 1 | 100101 | 110000 | 111011 | 10111 | 101010 |
Color Harmonies of #848353
Complementary color
Monochromatic Colors of #848353
Black with #848353
Text Example
Text Example
White with #848353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848353; }
p { color: rgb(132,131,83); }
H1.HeaderClassName
{
color: #848353;
}
.AnyTagClassName
{
color: #848353;
}
</style>
background-color css
<style>
a { background-color: #848353; }
a { background-color: rgb(132,131,83); }
div.DivClassName
{
background-color: #848353;
}
.BgClassName
{
background-color: #848353;
}
</style>
border-color css
<style>
span { border-color: #848353; }
span { border-color: rgb(132,131,83); }
td.TdClassName
{
border-color: #848353;
}
.TagClassName
{
border-color: #848353;
}
</style>