Shades of Carnaby Tan #563A28
Tints of Carnaby Tan #563A28
RGB
CMYK
RGB Variations
Color information
#563A28 (or 0x563A28) is known color: Carnaby Tan. HEX triplet: 56, 3A and 28. RGB value is (86,58,40). Sum of RGB (Red+Green+Blue) = 86+58+40=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #563A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A28 is #A9C5D7. Grayscale: #404040. Windows color (decimal): -11126232 or 2636374. OLE color: 2636374.
HSL color Cylindrical-coordinate representation of color #563A28: hue angle of 23.48º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563A28 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 40 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.66 |
| HSL | 23.48º | 0.37% | 0.25% | - |
| HSV(B) | 23.48º | 0.53% | 0.34% | - |
| XYZ | 5.73 | 5.16 | 2.7 | - |
| YUV | 64.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 40 | 0 | 0.33 | 0.53 | 0.66 | 23.48 | 0.37 | 0.25 |
| Hex | 56 | 3A | 28 | 0 | 21 | 35 | 42 | 17 | 25 | 19 |
| Octal | 126 | 72 | 50 | 0 | 41 | 65 | 102 | 27 | 45 | 31 |
| Binary | 1010110 | 111010 | 101000 | 0 | 100001 | 110101 | 1000010 | 10111 | 100101 | 11001 |
Color Harmonies of #563A28
Complementary color
Monochromatic Colors of #563A28
Black with #563A28
Text Example
Text Example
White with #563A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A28; }
p { color: rgb(86,58,40); }
H1.HeaderClassName
{
color: #563A28;
}
.AnyTagClassName
{
color: #563A28;
}
</style>
background-color css
<style>
a { background-color: #563A28; }
a { background-color: rgb(86,58,40); }
div.DivClassName
{
background-color: #563A28;
}
.BgClassName
{
background-color: #563A28;
}
</style>
border-color css
<style>
span { border-color: #563A28; }
span { border-color: rgb(86,58,40); }
td.TdClassName
{
border-color: #563A28;
}
.TagClassName
{
border-color: #563A28;
}
</style>