Shades of Carnaby Tan #563C1C
Tints of Carnaby Tan #563C1C
RGB
CMYK
RGB Variations
Color information
#563C1C (or 0x563C1C) is known color: Carnaby Tan. HEX triplet: 56, 3C and 1C. RGB value is (86,60,28). Sum of RGB (Red+Green+Blue) = 86+60+28=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #563C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C1C is #A9C3E3. Grayscale: #404040. Windows color (decimal): -11125732 or 1850454. OLE color: 1850454.
HSL color Cylindrical-coordinate representation of color #563C1C: hue angle of 33.1º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563C1C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 28 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.66 |
| HSL | 33.1º | 0.51% | 0.22% | - |
| HSV(B) | 33.1º | 0.67% | 0.34% | - |
| XYZ | 5.66 | 5.29 | 1.82 | - |
| YUV | 64.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 28 | 0 | 0.30 | 0.67 | 0.66 | 33.1 | 0.51 | 0.22 |
| Hex | 56 | 3C | 1C | 0 | 1E | 43 | 42 | 21 | 33 | 16 |
| Octal | 126 | 74 | 34 | 0 | 36 | 103 | 102 | 41 | 63 | 26 |
| Binary | 1010110 | 111100 | 11100 | 0 | 11110 | 1000011 | 1000010 | 100001 | 110011 | 10110 |
Color Harmonies of #563C1C
Complementary color
Monochromatic Colors of #563C1C
Black with #563C1C
Text Example
Text Example
White with #563C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C1C; }
p { color: rgb(86,60,28); }
H1.HeaderClassName
{
color: #563C1C;
}
.AnyTagClassName
{
color: #563C1C;
}
</style>
background-color css
<style>
a { background-color: #563C1C; }
a { background-color: rgb(86,60,28); }
div.DivClassName
{
background-color: #563C1C;
}
.BgClassName
{
background-color: #563C1C;
}
</style>
border-color css
<style>
span { border-color: #563C1C; }
span { border-color: rgb(86,60,28); }
td.TdClassName
{
border-color: #563C1C;
}
.TagClassName
{
border-color: #563C1C;
}
</style>