Shades of Carnaby Tan #5D3620
Tints of Carnaby Tan #5D3620
RGB
CMYK
RGB Variations
Color information
#5D3620 (or 0x5D3620) is known color: Carnaby Tan. HEX triplet: 5D, 36 and 20. RGB value is (93,54,32). Sum of RGB (Red+Green+Blue) = 93+54+32=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3620 is #A2C9DF. Grayscale: #3F3F3F. Windows color (decimal): -10668512 or 2111069. OLE color: 2111069.
HSL color Cylindrical-coordinate representation of color #5D3620: hue angle of 21.64º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3620 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 54 | 32 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.64 |
| HSL | 21.64º | 0.49% | 0.25% | - |
| HSV(B) | 21.64º | 0.66% | 0.36% | - |
| XYZ | 6.09 | 5.07 | 2.02 | - |
| YUV | 63.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 32 | 0 | 0.42 | 0.66 | 0.64 | 21.64 | 0.49 | 0.25 |
| Hex | 5D | 36 | 20 | 0 | 2A | 42 | 40 | 16 | 31 | 19 |
| Octal | 135 | 66 | 40 | 0 | 52 | 102 | 100 | 26 | 61 | 31 |
| Binary | 1011101 | 110110 | 100000 | 0 | 101010 | 1000010 | 1000000 | 10110 | 110001 | 11001 |
Color Harmonies of #5D3620
Complementary color
Monochromatic Colors of #5D3620
Black with #5D3620
Text Example
Text Example
White with #5D3620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3620; }
p { color: rgb(93,54,32); }
H1.HeaderClassName
{
color: #5D3620;
}
.AnyTagClassName
{
color: #5D3620;
}
</style>
background-color css
<style>
a { background-color: #5D3620; }
a { background-color: rgb(93,54,32); }
div.DivClassName
{
background-color: #5D3620;
}
.BgClassName
{
background-color: #5D3620;
}
</style>
border-color css
<style>
span { border-color: #5D3620; }
span { border-color: rgb(93,54,32); }
td.TdClassName
{
border-color: #5D3620;
}
.TagClassName
{
border-color: #5D3620;
}
</style>