Shades of Brown Derby #5C4530
Tints of Brown Derby #5C4530
RGB
CMYK
RGB Variations
Color information
#5C4530 (or 0x5C4530) is known color: Brown Derby. HEX triplet: 5C, 45 and 30. RGB value is (92,69,48). Sum of RGB (Red+Green+Blue) = 92+69+48=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4530 is #A3BACF. Grayscale: #494949. Windows color (decimal): -10730192 or 3163484. OLE color: 3163484.
HSL color Cylindrical-coordinate representation of color #5C4530: hue angle of 28.64º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C4530 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 48 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.64 |
| HSL | 28.64º | 0.31% | 0.27% | - |
| HSV(B) | 28.64º | 0.48% | 0.36% | - |
| XYZ | 7.08 | 6.74 | 3.73 | - |
| YUV | 73.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 48 | 0 | 0.25 | 0.48 | 0.64 | 28.64 | 0.31 | 0.27 |
| Hex | 5C | 45 | 30 | 0 | 19 | 30 | 40 | 1D | 1F | 1B |
| Octal | 134 | 105 | 60 | 0 | 31 | 60 | 100 | 35 | 37 | 33 |
| Binary | 1011100 | 1000101 | 110000 | 0 | 11001 | 110000 | 1000000 | 11101 | 11111 | 11011 |
Color Harmonies of #5C4530
Complementary color
Monochromatic Colors of #5C4530
Black with #5C4530
Text Example
Text Example
White with #5C4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4530; }
p { color: rgb(92,69,48); }
H1.HeaderClassName
{
color: #5C4530;
}
.AnyTagClassName
{
color: #5C4530;
}
</style>
background-color css
<style>
a { background-color: #5C4530; }
a { background-color: rgb(92,69,48); }
div.DivClassName
{
background-color: #5C4530;
}
.BgClassName
{
background-color: #5C4530;
}
</style>
border-color css
<style>
span { border-color: #5C4530; }
span { border-color: rgb(92,69,48); }
td.TdClassName
{
border-color: #5C4530;
}
.TagClassName
{
border-color: #5C4530;
}
</style>