Shades of Very Dark Brown #583D34
Tints of Very Dark Brown #583D34
RGB
CMYK
RGB Variations
Color information
#583D34 (or 0x583D34) is known color: Very Dark Brown. HEX triplet: 58, 3D and 34. RGB value is (88,61,52). Sum of RGB (Red+Green+Blue) = 88+61+52=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #583D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583D34 is #A7C2CB. Grayscale: #444444. Windows color (decimal): -10994380 or 3423576. OLE color: 3423576.
HSL color Cylindrical-coordinate representation of color #583D34: hue angle of 15º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #583D34 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 61 | 52 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.65 |
| HSL | 15º | 0.26% | 0.27% | - |
| HSV(B) | 15º | 0.41% | 0.35% | - |
| XYZ | 6.31 | 5.66 | 4.01 | - |
| YUV | 68.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 52 | 0 | 0.31 | 0.41 | 0.65 | 15 | 0.26 | 0.27 |
| Hex | 58 | 3D | 34 | 0 | 1F | 29 | 41 | F | 1A | 1B |
| Octal | 130 | 75 | 64 | 0 | 37 | 51 | 101 | 17 | 32 | 33 |
| Binary | 1011000 | 111101 | 110100 | 0 | 11111 | 101001 | 1000001 | 1111 | 11010 | 11011 |
Color Harmonies of #583D34
Complementary color
Monochromatic Colors of #583D34
Black with #583D34
Text Example
Text Example
White with #583D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583D34; }
p { color: rgb(88,61,52); }
H1.HeaderClassName
{
color: #583D34;
}
.AnyTagClassName
{
color: #583D34;
}
</style>
background-color css
<style>
a { background-color: #583D34; }
a { background-color: rgb(88,61,52); }
div.DivClassName
{
background-color: #583D34;
}
.BgClassName
{
background-color: #583D34;
}
</style>
border-color css
<style>
span { border-color: #583D34; }
span { border-color: rgb(88,61,52); }
td.TdClassName
{
border-color: #583D34;
}
.TagClassName
{
border-color: #583D34;
}
</style>