Shades of Dark Brown #583E14
Tints of Dark Brown #583E14
RGB
CMYK
RGB Variations
Color information
#583E14 (or 0x583E14) is known color: Dark Brown. HEX triplet: 58, 3E and 14. RGB value is (88,62,20). Sum of RGB (Red+Green+Blue) = 88+62+20=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #583E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583E14 is #A7C1EB. Grayscale: #414141. Windows color (decimal): -10994156 or 1326680. OLE color: 1326680.
HSL color Cylindrical-coordinate representation of color #583E14: hue angle of 37.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #583E14 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 20 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.65 |
| HSL | 37.06º | 0.63% | 0.21% | - |
| HSV(B) | 37.06º | 0.77% | 0.35% | - |
| XYZ | 5.87 | 5.57 | 1.43 | - |
| YUV | 64.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 20 | 0 | 0.30 | 0.77 | 0.65 | 37.06 | 0.63 | 0.21 |
| Hex | 58 | 3E | 14 | 0 | 1E | 4D | 41 | 25 | 3F | 15 |
| Octal | 130 | 76 | 24 | 0 | 36 | 115 | 101 | 45 | 77 | 25 |
| Binary | 1011000 | 111110 | 10100 | 0 | 11110 | 1001101 | 1000001 | 100101 | 111111 | 10101 |
Color Harmonies of #583E14
Complementary color
Monochromatic Colors of #583E14
Black with #583E14
Text Example
Text Example
White with #583E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E14; }
p { color: rgb(88,62,20); }
H1.HeaderClassName
{
color: #583E14;
}
.AnyTagClassName
{
color: #583E14;
}
</style>
background-color css
<style>
a { background-color: #583E14; }
a { background-color: rgb(88,62,20); }
div.DivClassName
{
background-color: #583E14;
}
.BgClassName
{
background-color: #583E14;
}
</style>
border-color css
<style>
span { border-color: #583E14; }
span { border-color: rgb(88,62,20); }
td.TdClassName
{
border-color: #583E14;
}
.TagClassName
{
border-color: #583E14;
}
</style>