Shades of Carnaby Tan #5A3624
Tints of Carnaby Tan #5A3624
RGB
CMYK
RGB Variations
Color information
#5A3624 (or 0x5A3624) is known color: Carnaby Tan. HEX triplet: 5A, 36 and 24. RGB value is (90,54,36). Sum of RGB (Red+Green+Blue) = 90+54+36=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3624 is #A5C9DB. Grayscale: #3E3E3E. Windows color (decimal): -10865116 or 2373210. OLE color: 2373210.
HSL color Cylindrical-coordinate representation of color #5A3624: hue angle of 20º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A3624 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 36 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.65 |
| HSL | 20º | 0.43% | 0.25% | - |
| HSV(B) | 20º | 0.6% | 0.35% | - |
| XYZ | 5.85 | 4.94 | 2.31 | - |
| YUV | 62.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 36 | 0 | 0.40 | 0.60 | 0.65 | 20 | 0.43 | 0.25 |
| Hex | 5A | 36 | 24 | 0 | 28 | 3C | 41 | 14 | 2B | 19 |
| Octal | 132 | 66 | 44 | 0 | 50 | 74 | 101 | 24 | 53 | 31 |
| Binary | 1011010 | 110110 | 100100 | 0 | 101000 | 111100 | 1000001 | 10100 | 101011 | 11001 |
Color Harmonies of #5A3624
Complementary color
Monochromatic Colors of #5A3624
Black with #5A3624
Text Example
Text Example
White with #5A3624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3624; }
p { color: rgb(90,54,36); }
H1.HeaderClassName
{
color: #5A3624;
}
.AnyTagClassName
{
color: #5A3624;
}
</style>
background-color css
<style>
a { background-color: #5A3624; }
a { background-color: rgb(90,54,36); }
div.DivClassName
{
background-color: #5A3624;
}
.BgClassName
{
background-color: #5A3624;
}
</style>
border-color css
<style>
span { border-color: #5A3624; }
span { border-color: rgb(90,54,36); }
td.TdClassName
{
border-color: #5A3624;
}
.TagClassName
{
border-color: #5A3624;
}
</style>