Shades of Brown Derby #5B483C
Tints of Brown Derby #5B483C
RGB
CMYK
RGB Variations
Color information
#5B483C (or 0x5B483C) is known color: Brown Derby. HEX triplet: 5B, 48 and 3C. RGB value is (91,72,60). Sum of RGB (Red+Green+Blue) = 91+72+60=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B483C is #A4B7C3. Grayscale: #4C4C4C. Windows color (decimal): -10794948 or 3950683. OLE color: 3950683.
HSL color Cylindrical-coordinate representation of color #5B483C: hue angle of 23.23º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B483C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 60 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.64 |
| HSL | 23.23º | 0.21% | 0.3% | - |
| HSV(B) | 23.23º | 0.34% | 0.36% | - |
| XYZ | 7.45 | 7.19 | 5.27 | - |
| YUV | 76.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 60 | 0 | 0.21 | 0.34 | 0.64 | 23.23 | 0.21 | 0.3 |
| Hex | 5B | 48 | 3C | 0 | 15 | 22 | 40 | 17 | 15 | 1E |
| Octal | 133 | 110 | 74 | 0 | 25 | 42 | 100 | 27 | 25 | 36 |
| Binary | 1011011 | 1001000 | 111100 | 0 | 10101 | 100010 | 1000000 | 10111 | 10101 | 11110 |
Color Harmonies of #5B483C
Complementary color
Monochromatic Colors of #5B483C
Black with #5B483C
Text Example
Text Example
White with #5B483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B483C; }
p { color: rgb(91,72,60); }
H1.HeaderClassName
{
color: #5B483C;
}
.AnyTagClassName
{
color: #5B483C;
}
</style>
background-color css
<style>
a { background-color: #5B483C; }
a { background-color: rgb(91,72,60); }
div.DivClassName
{
background-color: #5B483C;
}
.BgClassName
{
background-color: #5B483C;
}
</style>
border-color css
<style>
span { border-color: #5B483C; }
span { border-color: rgb(91,72,60); }
td.TdClassName
{
border-color: #5B483C;
}
.TagClassName
{
border-color: #5B483C;
}
</style>