Shades of Carnaby Tan #5D371E
Tints of Carnaby Tan #5D371E
RGB
CMYK
RGB Variations
Color information
#5D371E (or 0x5D371E) is known color: Carnaby Tan. HEX triplet: 5D, 37 and 1E. RGB value is (93,55,30). Sum of RGB (Red+Green+Blue) = 93+55+30=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D371E is #A2C8E1. Grayscale: #3F3F3F. Windows color (decimal): -10668258 or 1980253. OLE color: 1980253.
HSL color Cylindrical-coordinate representation of color #5D371E: hue angle of 23.81º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D371E is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 55 | 30 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.64 |
| HSL | 23.81º | 0.51% | 0.24% | - |
| HSV(B) | 23.81º | 0.68% | 0.36% | - |
| XYZ | 6.11 | 5.15 | 1.9 | - |
| YUV | 63.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 30 | 0 | 0.41 | 0.68 | 0.64 | 23.81 | 0.51 | 0.24 |
| Hex | 5D | 37 | 1E | 0 | 29 | 44 | 40 | 18 | 33 | 18 |
| Octal | 135 | 67 | 36 | 0 | 51 | 104 | 100 | 30 | 63 | 30 |
| Binary | 1011101 | 110111 | 11110 | 0 | 101001 | 1000100 | 1000000 | 11000 | 110011 | 11000 |
Color Harmonies of #5D371E
Complementary color
Monochromatic Colors of #5D371E
Black with #5D371E
Text Example
Text Example
White with #5D371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D371E; }
p { color: rgb(93,55,30); }
H1.HeaderClassName
{
color: #5D371E;
}
.AnyTagClassName
{
color: #5D371E;
}
</style>
background-color css
<style>
a { background-color: #5D371E; }
a { background-color: rgb(93,55,30); }
div.DivClassName
{
background-color: #5D371E;
}
.BgClassName
{
background-color: #5D371E;
}
</style>
border-color css
<style>
span { border-color: #5D371E; }
span { border-color: rgb(93,55,30); }
td.TdClassName
{
border-color: #5D371E;
}
.TagClassName
{
border-color: #5D371E;
}
</style>