Shades of Carnaby Tan #5A3B1D
Tints of Carnaby Tan #5A3B1D
RGB
CMYK
RGB Variations
Color information
#5A3B1D (or 0x5A3B1D) is known color: Carnaby Tan. HEX triplet: 5A, 3B and 1D. RGB value is (90,59,29). Sum of RGB (Red+Green+Blue) = 90+59+29=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B1D is #A5C4E2. Grayscale: #414141. Windows color (decimal): -10863843 or 1915738. OLE color: 1915738.
HSL color Cylindrical-coordinate representation of color #5A3B1D: hue angle of 29.51º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A3B1D is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 29 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.65 |
| HSL | 29.51º | 0.51% | 0.23% | - |
| HSV(B) | 29.51º | 0.68% | 0.35% | - |
| XYZ | 6 | 5.39 | 1.89 | - |
| YUV | 64.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 29 | 0 | 0.34 | 0.68 | 0.65 | 29.51 | 0.51 | 0.23 |
| Hex | 5A | 3B | 1D | 0 | 22 | 44 | 41 | 1E | 33 | 17 |
| Octal | 132 | 73 | 35 | 0 | 42 | 104 | 101 | 36 | 63 | 27 |
| Binary | 1011010 | 111011 | 11101 | 0 | 100010 | 1000100 | 1000001 | 11110 | 110011 | 10111 |
Color Harmonies of #5A3B1D
Complementary color
Monochromatic Colors of #5A3B1D
Black with #5A3B1D
Text Example
Text Example
White with #5A3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B1D; }
p { color: rgb(90,59,29); }
H1.HeaderClassName
{
color: #5A3B1D;
}
.AnyTagClassName
{
color: #5A3B1D;
}
</style>
background-color css
<style>
a { background-color: #5A3B1D; }
a { background-color: rgb(90,59,29); }
div.DivClassName
{
background-color: #5A3B1D;
}
.BgClassName
{
background-color: #5A3B1D;
}
</style>
border-color css
<style>
span { border-color: #5A3B1D; }
span { border-color: rgb(90,59,29); }
td.TdClassName
{
border-color: #5A3B1D;
}
.TagClassName
{
border-color: #5A3B1D;
}
</style>