Shades of Kokoda #83814A
Tints of Kokoda #83814A
RGB
CMYK
RGB Variations
Color information
#83814A (or 0x83814A) is known color: Kokoda. HEX triplet: 83, 81 and 4A. RGB value is (131,129,74). Sum of RGB (Red+Green+Blue) = 131+129+74=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #83814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83814A is #7C7EB5. Grayscale: #7B7B7B. Windows color (decimal): -8158902 or 4882819. OLE color: 4882819.
HSL color Cylindrical-coordinate representation of color #83814A: hue angle of 57.89º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83814A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 74 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.49 |
| HSL | 57.89º | 0.28% | 0.4% | - |
| HSV(B) | 57.89º | 0.44% | 0.51% | - |
| XYZ | 18.45 | 21.02 | 9.56 | - |
| YUV | 123.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 74 | 0 | 0.02 | 0.44 | 0.49 | 57.89 | 0.28 | 0.4 |
| Hex | 83 | 81 | 4A | 0 | 2 | 2C | 31 | 3A | 1C | 28 |
| Octal | 203 | 201 | 112 | 0 | 2 | 54 | 61 | 72 | 34 | 50 |
| Binary | 10000011 | 10000001 | 1001010 | 0 | 10 | 101100 | 110001 | 111010 | 11100 | 101000 |
Color Harmonies of #83814A
Complementary color
Monochromatic Colors of #83814A
Black with #83814A
Text Example
Text Example
White with #83814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83814A; }
p { color: rgb(131,129,74); }
H1.HeaderClassName
{
color: #83814A;
}
.AnyTagClassName
{
color: #83814A;
}
</style>
background-color css
<style>
a { background-color: #83814A; }
a { background-color: rgb(131,129,74); }
div.DivClassName
{
background-color: #83814A;
}
.BgClassName
{
background-color: #83814A;
}
</style>
border-color css
<style>
span { border-color: #83814A; }
span { border-color: rgb(131,129,74); }
td.TdClassName
{
border-color: #83814A;
}
.TagClassName
{
border-color: #83814A;
}
</style>