Shades of Brown Derby #534334
Tints of Brown Derby #534334
RGB
CMYK
RGB Variations
Color information
#534334 (or 0x534334) is known color: Brown Derby. HEX triplet: 53, 43 and 34. RGB value is (83,67,52). Sum of RGB (Red+Green+Blue) = 83+67+52=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534334 is #ACBCCB. Grayscale: #464646. Windows color (decimal): -11320524 or 3425107. OLE color: 3425107.
HSL color Cylindrical-coordinate representation of color #534334: hue angle of 29.03º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534334 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 52 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.67 |
| HSL | 29.03º | 0.23% | 0.26% | - |
| HSV(B) | 29.03º | 0.37% | 0.33% | - |
| XYZ | 6.19 | 6.1 | 4.1 | - |
| YUV | 70.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 52 | 0 | 0.19 | 0.37 | 0.67 | 29.03 | 0.23 | 0.26 |
| Hex | 53 | 43 | 34 | 0 | 13 | 25 | 43 | 1D | 17 | 1A |
| Octal | 123 | 103 | 64 | 0 | 23 | 45 | 103 | 35 | 27 | 32 |
| Binary | 1010011 | 1000011 | 110100 | 0 | 10011 | 100101 | 1000011 | 11101 | 10111 | 11010 |
Color Harmonies of #534334
Complementary color
Monochromatic Colors of #534334
Black with #534334
Text Example
Text Example
White with #534334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534334; }
p { color: rgb(83,67,52); }
H1.HeaderClassName
{
color: #534334;
}
.AnyTagClassName
{
color: #534334;
}
</style>
background-color css
<style>
a { background-color: #534334; }
a { background-color: rgb(83,67,52); }
div.DivClassName
{
background-color: #534334;
}
.BgClassName
{
background-color: #534334;
}
</style>
border-color css
<style>
span { border-color: #534334; }
span { border-color: rgb(83,67,52); }
td.TdClassName
{
border-color: #534334;
}
.TagClassName
{
border-color: #534334;
}
</style>