Shades of Brown Derby #534234
Tints of Brown Derby #534234
RGB
CMYK
RGB Variations
Color information
#534234 (or 0x534234) is known color: Brown Derby. HEX triplet: 53, 42 and 34. RGB value is (83,66,52). Sum of RGB (Red+Green+Blue) = 83+66+52=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534234 is #ACBDCB. Grayscale: #454545. Windows color (decimal): -11320780 or 3424851. OLE color: 3424851.
HSL color Cylindrical-coordinate representation of color #534234: hue angle of 27.1º 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 #534234 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 52 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.67 |
| HSL | 27.1º | 0.23% | 0.26% | - |
| HSV(B) | 27.1º | 0.37% | 0.33% | - |
| XYZ | 6.14 | 5.98 | 4.08 | - |
| YUV | 69.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 52 | 0 | 0.20 | 0.37 | 0.67 | 27.1 | 0.23 | 0.26 |
| Hex | 53 | 42 | 34 | 0 | 14 | 25 | 43 | 1B | 17 | 1A |
| Octal | 123 | 102 | 64 | 0 | 24 | 45 | 103 | 33 | 27 | 32 |
| Binary | 1010011 | 1000010 | 110100 | 0 | 10100 | 100101 | 1000011 | 11011 | 10111 | 11010 |
Color Harmonies of #534234
Complementary color
Monochromatic Colors of #534234
Black with #534234
Text Example
Text Example
White with #534234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534234; }
p { color: rgb(83,66,52); }
H1.HeaderClassName
{
color: #534234;
}
.AnyTagClassName
{
color: #534234;
}
</style>
background-color css
<style>
a { background-color: #534234; }
a { background-color: rgb(83,66,52); }
div.DivClassName
{
background-color: #534234;
}
.BgClassName
{
background-color: #534234;
}
</style>
border-color css
<style>
span { border-color: #534234; }
span { border-color: rgb(83,66,52); }
td.TdClassName
{
border-color: #534234;
}
.TagClassName
{
border-color: #534234;
}
</style>