Shades of Kokoda #837D52
Tints of Kokoda #837D52
RGB
CMYK
RGB Variations
Color information
#837D52 (or 0x837D52) is known color: Kokoda. HEX triplet: 83, 7D and 52. RGB value is (131,125,82). Sum of RGB (Red+Green+Blue) = 131+125+82=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #837D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D52 is #7C82AD. Grayscale: #7A7A7A. Windows color (decimal): -8159918 or 5406083. OLE color: 5406083.
HSL color Cylindrical-coordinate representation of color #837D52: hue angle of 52.65º degrees, saturation: 0.23, 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 #837D52 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 82 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.49 |
| HSL | 52.65º | 0.23% | 0.42% | - |
| HSV(B) | 52.65º | 0.37% | 0.51% | - |
| XYZ | 18.22 | 20.1 | 10.9 | - |
| YUV | 121.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 82 | 0 | 0.05 | 0.37 | 0.49 | 52.65 | 0.23 | 0.42 |
| Hex | 83 | 7D | 52 | 0 | 5 | 25 | 31 | 35 | 17 | 2A |
| Octal | 203 | 175 | 122 | 0 | 5 | 45 | 61 | 65 | 27 | 52 |
| Binary | 10000011 | 1111101 | 1010010 | 0 | 101 | 100101 | 110001 | 110101 | 10111 | 101010 |
Color Harmonies of #837D52
Complementary color
Monochromatic Colors of #837D52
Black with #837D52
Text Example
Text Example
White with #837D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D52; }
p { color: rgb(131,125,82); }
H1.HeaderClassName
{
color: #837D52;
}
.AnyTagClassName
{
color: #837D52;
}
</style>
background-color css
<style>
a { background-color: #837D52; }
a { background-color: rgb(131,125,82); }
div.DivClassName
{
background-color: #837D52;
}
.BgClassName
{
background-color: #837D52;
}
</style>
border-color css
<style>
span { border-color: #837D52; }
span { border-color: rgb(131,125,82); }
td.TdClassName
{
border-color: #837D52;
}
.TagClassName
{
border-color: #837D52;
}
</style>