Shades of Carnaby Tan #563A1F
Tints of Carnaby Tan #563A1F
RGB
CMYK
RGB Variations
Color information
#563A1F (or 0x563A1F) is known color: Carnaby Tan. HEX triplet: 56, 3A and 1F. RGB value is (86,58,31). Sum of RGB (Red+Green+Blue) = 86+58+31=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #563A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A1F is #A9C5E0. Grayscale: #3F3F3F. Windows color (decimal): -11126241 or 2046550. OLE color: 2046550.
HSL color Cylindrical-coordinate representation of color #563A1F: hue angle of 29.45º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #563A1F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 31 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.66 |
| HSL | 29.45º | 0.47% | 0.23% | - |
| HSV(B) | 29.45º | 0.64% | 0.34% | - |
| XYZ | 5.6 | 5.1 | 1.99 | - |
| YUV | 63.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 31 | 0 | 0.33 | 0.64 | 0.66 | 29.45 | 0.47 | 0.23 |
| Hex | 56 | 3A | 1F | 0 | 21 | 40 | 42 | 1D | 2F | 17 |
| Octal | 126 | 72 | 37 | 0 | 41 | 100 | 102 | 35 | 57 | 27 |
| Binary | 1010110 | 111010 | 11111 | 0 | 100001 | 1000000 | 1000010 | 11101 | 101111 | 10111 |
Color Harmonies of #563A1F
Complementary color
Monochromatic Colors of #563A1F
Black with #563A1F
Text Example
Text Example
White with #563A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A1F; }
p { color: rgb(86,58,31); }
H1.HeaderClassName
{
color: #563A1F;
}
.AnyTagClassName
{
color: #563A1F;
}
</style>
background-color css
<style>
a { background-color: #563A1F; }
a { background-color: rgb(86,58,31); }
div.DivClassName
{
background-color: #563A1F;
}
.BgClassName
{
background-color: #563A1F;
}
</style>
border-color css
<style>
span { border-color: #563A1F; }
span { border-color: rgb(86,58,31); }
td.TdClassName
{
border-color: #563A1F;
}
.TagClassName
{
border-color: #563A1F;
}
</style>