Shades of Carnaby Tan #563C1E
Tints of Carnaby Tan #563C1E
RGB
CMYK
RGB Variations
Color information
#563C1E (or 0x563C1E) is known color: Carnaby Tan. HEX triplet: 56, 3C and 1E. RGB value is (86,60,30). Sum of RGB (Red+Green+Blue) = 86+60+30=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C1E is #A9C3E1. Grayscale: #404040. Windows color (decimal): -11125730 or 1981526. OLE color: 1981526.
HSL color Cylindrical-coordinate representation of color #563C1E: hue angle of 32.14º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #563C1E is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 30 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.66 |
| HSL | 32.14º | 0.48% | 0.23% | - |
| HSV(B) | 32.14º | 0.65% | 0.34% | - |
| XYZ | 5.69 | 5.3 | 1.95 | - |
| YUV | 64.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 30 | 0 | 0.30 | 0.65 | 0.66 | 32.14 | 0.48 | 0.23 |
| Hex | 56 | 3C | 1E | 0 | 1E | 41 | 42 | 20 | 30 | 17 |
| Octal | 126 | 74 | 36 | 0 | 36 | 101 | 102 | 40 | 60 | 27 |
| Binary | 1010110 | 111100 | 11110 | 0 | 11110 | 1000001 | 1000010 | 100000 | 110000 | 10111 |
Color Harmonies of #563C1E
Complementary color
Monochromatic Colors of #563C1E
Black with #563C1E
Text Example
Text Example
White with #563C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C1E; }
p { color: rgb(86,60,30); }
H1.HeaderClassName
{
color: #563C1E;
}
.AnyTagClassName
{
color: #563C1E;
}
</style>
background-color css
<style>
a { background-color: #563C1E; }
a { background-color: rgb(86,60,30); }
div.DivClassName
{
background-color: #563C1E;
}
.BgClassName
{
background-color: #563C1E;
}
</style>
border-color css
<style>
span { border-color: #563C1E; }
span { border-color: rgb(86,60,30); }
td.TdClassName
{
border-color: #563C1E;
}
.TagClassName
{
border-color: #563C1E;
}
</style>