Shades of Carnaby Tan #5A3C1E
Tints of Carnaby Tan #5A3C1E
RGB
CMYK
RGB Variations
Color information
#5A3C1E (or 0x5A3C1E) is known color: Carnaby Tan. HEX triplet: 5A, 3C and 1E. RGB value is (90,60,30). Sum of RGB (Red+Green+Blue) = 90+60+30=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3C1E is #A5C3E1. Grayscale: #414141. Windows color (decimal): -10863586 or 1981530. OLE color: 1981530.
HSL color Cylindrical-coordinate representation of color #5A3C1E: hue angle of 30º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A3C1E is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 60 | 30 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.65 |
| HSL | 30º | 0.5% | 0.24% | - |
| HSV(B) | 30º | 0.67% | 0.35% | - |
| XYZ | 6.07 | 5.5 | 1.97 | - |
| YUV | 65.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 30 | 0 | 0.33 | 0.67 | 0.65 | 30 | 0.5 | 0.24 |
| Hex | 5A | 3C | 1E | 0 | 21 | 43 | 41 | 1E | 32 | 18 |
| Octal | 132 | 74 | 36 | 0 | 41 | 103 | 101 | 36 | 62 | 30 |
| Binary | 1011010 | 111100 | 11110 | 0 | 100001 | 1000011 | 1000001 | 11110 | 110010 | 11000 |
Color Harmonies of #5A3C1E
Complementary color
Monochromatic Colors of #5A3C1E
Black with #5A3C1E
Text Example
Text Example
White with #5A3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C1E; }
p { color: rgb(90,60,30); }
H1.HeaderClassName
{
color: #5A3C1E;
}
.AnyTagClassName
{
color: #5A3C1E;
}
</style>
background-color css
<style>
a { background-color: #5A3C1E; }
a { background-color: rgb(90,60,30); }
div.DivClassName
{
background-color: #5A3C1E;
}
.BgClassName
{
background-color: #5A3C1E;
}
</style>
border-color css
<style>
span { border-color: #5A3C1E; }
span { border-color: rgb(90,60,30); }
td.TdClassName
{
border-color: #5A3C1E;
}
.TagClassName
{
border-color: #5A3C1E;
}
</style>