Shades of Dark Brown #583F10
Tints of Dark Brown #583F10
RGB
CMYK
RGB Variations
Color information
#583F10 (or 0x583F10) is known color: Dark Brown. HEX triplet: 58, 3F and 10. RGB value is (88,63,16). Sum of RGB (Red+Green+Blue) = 88+63+16=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #583F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583F10 is #A7C0EF. Grayscale: #414141. Windows color (decimal): -10993904 or 1064792. OLE color: 1064792.
HSL color Cylindrical-coordinate representation of color #583F10: hue angle of 39.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #583F10 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 63 | 16 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.65 |
| HSL | 39.17º | 0.69% | 0.2% | - |
| HSV(B) | 39.17º | 0.82% | 0.35% | - |
| XYZ | 5.9 | 5.67 | 1.27 | - |
| YUV | 65.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 16 | 0 | 0.28 | 0.82 | 0.65 | 39.17 | 0.69 | 0.2 |
| Hex | 58 | 3F | 10 | 0 | 1C | 52 | 41 | 27 | 45 | 14 |
| Octal | 130 | 77 | 20 | 0 | 34 | 122 | 101 | 47 | 105 | 24 |
| Binary | 1011000 | 111111 | 10000 | 0 | 11100 | 1010010 | 1000001 | 100111 | 1000101 | 10100 |
Color Harmonies of #583F10
Complementary color
Monochromatic Colors of #583F10
Black with #583F10
Text Example
Text Example
White with #583F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F10; }
p { color: rgb(88,63,16); }
H1.HeaderClassName
{
color: #583F10;
}
.AnyTagClassName
{
color: #583F10;
}
</style>
background-color css
<style>
a { background-color: #583F10; }
a { background-color: rgb(88,63,16); }
div.DivClassName
{
background-color: #583F10;
}
.BgClassName
{
background-color: #583F10;
}
</style>
border-color css
<style>
span { border-color: #583F10; }
span { border-color: rgb(88,63,16); }
td.TdClassName
{
border-color: #583F10;
}
.TagClassName
{
border-color: #583F10;
}
</style>