Shades of Carnaby Tan #5D3C20
Tints of Carnaby Tan #5D3C20
RGB
CMYK
RGB Variations
Color information
#5D3C20 (or 0x5D3C20) is known color: Carnaby Tan. HEX triplet: 5D, 3C and 20. RGB value is (93,60,32). Sum of RGB (Red+Green+Blue) = 93+60+32=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3C20 is #A2C3DF. Grayscale: #424242. Windows color (decimal): -10666976 or 2112605. OLE color: 2112605.
HSL color Cylindrical-coordinate representation of color #5D3C20: hue angle of 27.54º 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 #5D3C20 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 60 | 32 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.64 |
| HSL | 27.54º | 0.49% | 0.25% | - |
| HSV(B) | 27.54º | 0.66% | 0.36% | - |
| XYZ | 6.39 | 5.66 | 2.12 | - |
| YUV | 66.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 60 | 32 | 0 | 0.35 | 0.66 | 0.64 | 27.54 | 0.49 | 0.25 |
| Hex | 5D | 3C | 20 | 0 | 23 | 42 | 40 | 1C | 31 | 19 |
| Octal | 135 | 74 | 40 | 0 | 43 | 102 | 100 | 34 | 61 | 31 |
| Binary | 1011101 | 111100 | 100000 | 0 | 100011 | 1000010 | 1000000 | 11100 | 110001 | 11001 |
Color Harmonies of #5D3C20
Complementary color
Monochromatic Colors of #5D3C20
Black with #5D3C20
Text Example
Text Example
White with #5D3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3C20; }
p { color: rgb(93,60,32); }
H1.HeaderClassName
{
color: #5D3C20;
}
.AnyTagClassName
{
color: #5D3C20;
}
</style>
background-color css
<style>
a { background-color: #5D3C20; }
a { background-color: rgb(93,60,32); }
div.DivClassName
{
background-color: #5D3C20;
}
.BgClassName
{
background-color: #5D3C20;
}
</style>
border-color css
<style>
span { border-color: #5D3C20; }
span { border-color: rgb(93,60,32); }
td.TdClassName
{
border-color: #5D3C20;
}
.TagClassName
{
border-color: #5D3C20;
}
</style>