Shades of Carnaby Tan #5D3724
Tints of Carnaby Tan #5D3724
RGB
CMYK
RGB Variations
Color information
#5D3724 (or 0x5D3724) is known color: Carnaby Tan. HEX triplet: 5D, 37 and 24. RGB value is (93,55,36). Sum of RGB (Red+Green+Blue) = 93+55+36=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3724 is #A2C8DB. Grayscale: #404040. Windows color (decimal): -10668252 or 2373469. OLE color: 2373469.
HSL color Cylindrical-coordinate representation of color #5D3724: hue angle of 20º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D3724 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 55 | 36 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.64 |
| HSL | 20º | 0.44% | 0.25% | - |
| HSV(B) | 20º | 0.61% | 0.36% | - |
| XYZ | 6.2 | 5.19 | 2.34 | - |
| YUV | 64.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 36 | 0 | 0.41 | 0.61 | 0.64 | 20 | 0.44 | 0.25 |
| Hex | 5D | 37 | 24 | 0 | 29 | 3D | 40 | 14 | 2C | 19 |
| Octal | 135 | 67 | 44 | 0 | 51 | 75 | 100 | 24 | 54 | 31 |
| Binary | 1011101 | 110111 | 100100 | 0 | 101001 | 111101 | 1000000 | 10100 | 101100 | 11001 |
Color Harmonies of #5D3724
Complementary color
Monochromatic Colors of #5D3724
Black with #5D3724
Text Example
Text Example
White with #5D3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3724; }
p { color: rgb(93,55,36); }
H1.HeaderClassName
{
color: #5D3724;
}
.AnyTagClassName
{
color: #5D3724;
}
</style>
background-color css
<style>
a { background-color: #5D3724; }
a { background-color: rgb(93,55,36); }
div.DivClassName
{
background-color: #5D3724;
}
.BgClassName
{
background-color: #5D3724;
}
</style>
border-color css
<style>
span { border-color: #5D3724; }
span { border-color: rgb(93,55,36); }
td.TdClassName
{
border-color: #5D3724;
}
.TagClassName
{
border-color: #5D3724;
}
</style>