Shades of Dark Brown #5D4527
Tints of Dark Brown #5D4527
RGB
CMYK
RGB Variations
Color information
#5D4527 (or 0x5D4527) is known color: Dark Brown. HEX triplet: 5D, 45 and 27. RGB value is (93,69,39). Sum of RGB (Red+Green+Blue) = 93+69+39=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4527 is #A2BAD8. Grayscale: #484848. Windows color (decimal): -10664665 or 2573661. OLE color: 2573661.
HSL color Cylindrical-coordinate representation of color #5D4527: hue angle of 33.33º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D4527 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 39 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.64 |
| HSL | 33.33º | 0.41% | 0.26% | - |
| HSV(B) | 33.33º | 0.58% | 0.36% | - |
| XYZ | 7.01 | 6.73 | 2.85 | - |
| YUV | 72.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 39 | 0 | 0.26 | 0.58 | 0.64 | 33.33 | 0.41 | 0.26 |
| Hex | 5D | 45 | 27 | 0 | 1A | 3A | 40 | 21 | 29 | 1A |
| Octal | 135 | 105 | 47 | 0 | 32 | 72 | 100 | 41 | 51 | 32 |
| Binary | 1011101 | 1000101 | 100111 | 0 | 11010 | 111010 | 1000000 | 100001 | 101001 | 11010 |
Color Harmonies of #5D4527
Complementary color
Monochromatic Colors of #5D4527
Black with #5D4527
Text Example
Text Example
White with #5D4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4527; }
p { color: rgb(93,69,39); }
H1.HeaderClassName
{
color: #5D4527;
}
.AnyTagClassName
{
color: #5D4527;
}
</style>
background-color css
<style>
a { background-color: #5D4527; }
a { background-color: rgb(93,69,39); }
div.DivClassName
{
background-color: #5D4527;
}
.BgClassName
{
background-color: #5D4527;
}
</style>
border-color css
<style>
span { border-color: #5D4527; }
span { border-color: rgb(93,69,39); }
td.TdClassName
{
border-color: #5D4527;
}
.TagClassName
{
border-color: #5D4527;
}
</style>