Shades of Carnaby Tan #563B20
Tints of Carnaby Tan #563B20
RGB
CMYK
RGB Variations
Color information
#563B20 (or 0x563B20) is known color: Carnaby Tan. HEX triplet: 56, 3B and 20. RGB value is (86,59,32). Sum of RGB (Red+Green+Blue) = 86+59+32=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B20 is #A9C4DF. Grayscale: #404040. Windows color (decimal): -11125984 or 2112342. OLE color: 2112342.
HSL color Cylindrical-coordinate representation of color #563B20: hue angle of 30º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563B20 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 59 | 32 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.66 |
| HSL | 30º | 0.46% | 0.23% | - |
| HSV(B) | 30º | 0.63% | 0.34% | - |
| XYZ | 5.66 | 5.21 | 2.07 | - |
| YUV | 64 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 32 | 0 | 0.31 | 0.63 | 0.66 | 30 | 0.46 | 0.23 |
| Hex | 56 | 3B | 20 | 0 | 1F | 3F | 42 | 1E | 2E | 17 |
| Octal | 126 | 73 | 40 | 0 | 37 | 77 | 102 | 36 | 56 | 27 |
| Binary | 1010110 | 111011 | 100000 | 0 | 11111 | 111111 | 1000010 | 11110 | 101110 | 10111 |
Color Harmonies of #563B20
Complementary color
Monochromatic Colors of #563B20
Black with #563B20
Text Example
Text Example
White with #563B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B20; }
p { color: rgb(86,59,32); }
H1.HeaderClassName
{
color: #563B20;
}
.AnyTagClassName
{
color: #563B20;
}
</style>
background-color css
<style>
a { background-color: #563B20; }
a { background-color: rgb(86,59,32); }
div.DivClassName
{
background-color: #563B20;
}
.BgClassName
{
background-color: #563B20;
}
</style>
border-color css
<style>
span { border-color: #563B20; }
span { border-color: rgb(86,59,32); }
td.TdClassName
{
border-color: #563B20;
}
.TagClassName
{
border-color: #563B20;
}
</style>