Shades of Brown Derby #534436
Tints of Brown Derby #534436
RGB
CMYK
RGB Variations
Color information
#534436 (or 0x534436) is known color: Brown Derby. HEX triplet: 53, 44 and 36. RGB value is (83,68,54). Sum of RGB (Red+Green+Blue) = 83+68+54=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534436 is #ACBBC9. Grayscale: #464646. Windows color (decimal): -11320266 or 3556435. OLE color: 3556435.
HSL color Cylindrical-coordinate representation of color #534436: hue angle of 28.97º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #534436 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 54 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.67 |
| HSL | 28.97º | 0.21% | 0.27% | - |
| HSV(B) | 28.97º | 0.35% | 0.33% | - |
| XYZ | 6.3 | 6.24 | 4.36 | - |
| YUV | 70.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 54 | 0 | 0.18 | 0.35 | 0.67 | 28.97 | 0.21 | 0.27 |
| Hex | 53 | 44 | 36 | 0 | 12 | 23 | 43 | 1D | 15 | 1B |
| Octal | 123 | 104 | 66 | 0 | 22 | 43 | 103 | 35 | 25 | 33 |
| Binary | 1010011 | 1000100 | 110110 | 0 | 10010 | 100011 | 1000011 | 11101 | 10101 | 11011 |
Color Harmonies of #534436
Complementary color
Monochromatic Colors of #534436
Black with #534436
Text Example
Text Example
White with #534436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534436; }
p { color: rgb(83,68,54); }
H1.HeaderClassName
{
color: #534436;
}
.AnyTagClassName
{
color: #534436;
}
</style>
background-color css
<style>
a { background-color: #534436; }
a { background-color: rgb(83,68,54); }
div.DivClassName
{
background-color: #534436;
}
.BgClassName
{
background-color: #534436;
}
</style>
border-color css
<style>
span { border-color: #534436; }
span { border-color: rgb(83,68,54); }
td.TdClassName
{
border-color: #534436;
}
.TagClassName
{
border-color: #534436;
}
</style>