Shades of Kokoda #807D53
Tints of Kokoda #807D53
RGB
CMYK
RGB Variations
Color information
#807D53 (or 0x807D53) is known color: Kokoda. HEX triplet: 80, 7D and 53. RGB value is (128,125,83). Sum of RGB (Red+Green+Blue) = 128+125+83=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #807D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807D53 is #7F82AC. Grayscale: #797979. Windows color (decimal): -8356525 or 5471616. OLE color: 5471616.
HSL color Cylindrical-coordinate representation of color #807D53: hue angle of 56º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807D53 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 83 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.50 |
| HSL | 56º | 0.21% | 0.41% | - |
| HSV(B) | 56º | 0.35% | 0.5% | - |
| XYZ | 17.8 | 19.88 | 11.08 | - |
| YUV | 121.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 83 | 0 | 0.02 | 0.35 | 0.50 | 56 | 0.21 | 0.41 |
| Hex | 80 | 7D | 53 | 0 | 2 | 23 | 32 | 38 | 15 | 29 |
| Octal | 200 | 175 | 123 | 0 | 2 | 43 | 62 | 70 | 25 | 51 |
| Binary | 10000000 | 1111101 | 1010011 | 0 | 10 | 100011 | 110010 | 111000 | 10101 | 101001 |
Color Harmonies of #807D53
Complementary color
Monochromatic Colors of #807D53
Black with #807D53
Text Example
Text Example
White with #807D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D53; }
p { color: rgb(128,125,83); }
H1.HeaderClassName
{
color: #807D53;
}
.AnyTagClassName
{
color: #807D53;
}
</style>
background-color css
<style>
a { background-color: #807D53; }
a { background-color: rgb(128,125,83); }
div.DivClassName
{
background-color: #807D53;
}
.BgClassName
{
background-color: #807D53;
}
</style>
border-color css
<style>
span { border-color: #807D53; }
span { border-color: rgb(128,125,83); }
td.TdClassName
{
border-color: #807D53;
}
.TagClassName
{
border-color: #807D53;
}
</style>