Shades of Brown Derby #5C4432
Tints of Brown Derby #5C4432
RGB
CMYK
RGB Variations
Color information
#5C4432 (or 0x5C4432) is known color: Brown Derby. HEX triplet: 5C, 44 and 32. RGB value is (92,68,50). Sum of RGB (Red+Green+Blue) = 92+68+50=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4432 is #A3BBCD. Grayscale: #494949. Windows color (decimal): -10730446 or 3294300. OLE color: 3294300.
HSL color Cylindrical-coordinate representation of color #5C4432: hue angle of 25.71º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C4432 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 50 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.64 |
| HSL | 25.71º | 0.3% | 0.28% | - |
| HSV(B) | 25.71º | 0.46% | 0.36% | - |
| XYZ | 7.06 | 6.64 | 3.93 | - |
| YUV | 73.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 50 | 0 | 0.26 | 0.46 | 0.64 | 25.71 | 0.3 | 0.28 |
| Hex | 5C | 44 | 32 | 0 | 1A | 2E | 40 | 1A | 1E | 1C |
| Octal | 134 | 104 | 62 | 0 | 32 | 56 | 100 | 32 | 36 | 34 |
| Binary | 1011100 | 1000100 | 110010 | 0 | 11010 | 101110 | 1000000 | 11010 | 11110 | 11100 |
Color Harmonies of #5C4432
Complementary color
Monochromatic Colors of #5C4432
Black with #5C4432
Text Example
Text Example
White with #5C4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4432; }
p { color: rgb(92,68,50); }
H1.HeaderClassName
{
color: #5C4432;
}
.AnyTagClassName
{
color: #5C4432;
}
</style>
background-color css
<style>
a { background-color: #5C4432; }
a { background-color: rgb(92,68,50); }
div.DivClassName
{
background-color: #5C4432;
}
.BgClassName
{
background-color: #5C4432;
}
</style>
border-color css
<style>
span { border-color: #5C4432; }
span { border-color: rgb(92,68,50); }
td.TdClassName
{
border-color: #5C4432;
}
.TagClassName
{
border-color: #5C4432;
}
</style>