Shades of Carnaby Tan #5D3A1F
Tints of Carnaby Tan #5D3A1F
RGB
CMYK
RGB Variations
Color information
#5D3A1F (or 0x5D3A1F) is known color: Carnaby Tan. HEX triplet: 5D, 3A and 1F. RGB value is (93,58,31). Sum of RGB (Red+Green+Blue) = 93+58+31=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A1F is #A2C5E0. Grayscale: #414141. Windows color (decimal): -10667489 or 2046557. OLE color: 2046557.
HSL color Cylindrical-coordinate representation of color #5D3A1F: hue angle of 26.13º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3A1F is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 31 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.64 |
| HSL | 26.13º | 0.5% | 0.24% | - |
| HSV(B) | 26.13º | 0.67% | 0.36% | - |
| XYZ | 6.27 | 5.45 | 2.02 | - |
| YUV | 65.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 31 | 0 | 0.38 | 0.67 | 0.64 | 26.13 | 0.5 | 0.24 |
| Hex | 5D | 3A | 1F | 0 | 26 | 43 | 40 | 1A | 32 | 18 |
| Octal | 135 | 72 | 37 | 0 | 46 | 103 | 100 | 32 | 62 | 30 |
| Binary | 1011101 | 111010 | 11111 | 0 | 100110 | 1000011 | 1000000 | 11010 | 110010 | 11000 |
Color Harmonies of #5D3A1F
Complementary color
Monochromatic Colors of #5D3A1F
Black with #5D3A1F
Text Example
Text Example
White with #5D3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A1F; }
p { color: rgb(93,58,31); }
H1.HeaderClassName
{
color: #5D3A1F;
}
.AnyTagClassName
{
color: #5D3A1F;
}
</style>
background-color css
<style>
a { background-color: #5D3A1F; }
a { background-color: rgb(93,58,31); }
div.DivClassName
{
background-color: #5D3A1F;
}
.BgClassName
{
background-color: #5D3A1F;
}
</style>
border-color css
<style>
span { border-color: #5D3A1F; }
span { border-color: rgb(93,58,31); }
td.TdClassName
{
border-color: #5D3A1F;
}
.TagClassName
{
border-color: #5D3A1F;
}
</style>