Shades of Brown Derby #5A4334
Tints of Brown Derby #5A4334
RGB
CMYK
RGB Variations
Color information
#5A4334 (or 0x5A4334) is known color: Brown Derby. HEX triplet: 5A, 43 and 34. RGB value is (90,67,52). Sum of RGB (Red+Green+Blue) = 90+67+52=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4334 is #A5BCCB. Grayscale: #484848. Windows color (decimal): -10861772 or 3425114. OLE color: 3425114.
HSL color Cylindrical-coordinate representation of color #5A4334: hue angle of 23.68º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A4334 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 52 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.65 |
| HSL | 23.68º | 0.27% | 0.28% | - |
| HSV(B) | 23.68º | 0.42% | 0.35% | - |
| XYZ | 6.84 | 6.44 | 4.13 | - |
| YUV | 72.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 52 | 0 | 0.26 | 0.42 | 0.65 | 23.68 | 0.27 | 0.28 |
| Hex | 5A | 43 | 34 | 0 | 1A | 2A | 41 | 18 | 1B | 1C |
| Octal | 132 | 103 | 64 | 0 | 32 | 52 | 101 | 30 | 33 | 34 |
| Binary | 1011010 | 1000011 | 110100 | 0 | 11010 | 101010 | 1000001 | 11000 | 11011 | 11100 |
Color Harmonies of #5A4334
Complementary color
Monochromatic Colors of #5A4334
Black with #5A4334
Text Example
Text Example
White with #5A4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4334; }
p { color: rgb(90,67,52); }
H1.HeaderClassName
{
color: #5A4334;
}
.AnyTagClassName
{
color: #5A4334;
}
</style>
background-color css
<style>
a { background-color: #5A4334; }
a { background-color: rgb(90,67,52); }
div.DivClassName
{
background-color: #5A4334;
}
.BgClassName
{
background-color: #5A4334;
}
</style>
border-color css
<style>
span { border-color: #5A4334; }
span { border-color: rgb(90,67,52); }
td.TdClassName
{
border-color: #5A4334;
}
.TagClassName
{
border-color: #5A4334;
}
</style>