Shades of Carnaby Tan #553921
Tints of Carnaby Tan #553921
RGB
CMYK
RGB Variations
Color information
#553921 (or 0x553921) is known color: Carnaby Tan. HEX triplet: 55, 39 and 21. RGB value is (85,57,33). Sum of RGB (Red+Green+Blue) = 85+57+33=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553921 is #AAC6DE. Grayscale: #3E3E3E. Windows color (decimal): -11192031 or 2177365. OLE color: 2177365.
HSL color Cylindrical-coordinate representation of color #553921: hue angle of 27.69º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553921 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 33 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.67 |
| HSL | 27.69º | 0.44% | 0.23% | - |
| HSV(B) | 27.69º | 0.61% | 0.33% | - |
| XYZ | 5.48 | 4.97 | 2.11 | - |
| YUV | 62.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 33 | 0 | 0.33 | 0.61 | 0.67 | 27.69 | 0.44 | 0.23 |
| Hex | 55 | 39 | 21 | 0 | 21 | 3D | 43 | 1C | 2C | 17 |
| Octal | 125 | 71 | 41 | 0 | 41 | 75 | 103 | 34 | 54 | 27 |
| Binary | 1010101 | 111001 | 100001 | 0 | 100001 | 111101 | 1000011 | 11100 | 101100 | 10111 |
Color Harmonies of #553921
Complementary color
Monochromatic Colors of #553921
Black with #553921
Text Example
Text Example
White with #553921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553921; }
p { color: rgb(85,57,33); }
H1.HeaderClassName
{
color: #553921;
}
.AnyTagClassName
{
color: #553921;
}
</style>
background-color css
<style>
a { background-color: #553921; }
a { background-color: rgb(85,57,33); }
div.DivClassName
{
background-color: #553921;
}
.BgClassName
{
background-color: #553921;
}
</style>
border-color css
<style>
span { border-color: #553921; }
span { border-color: rgb(85,57,33); }
td.TdClassName
{
border-color: #553921;
}
.TagClassName
{
border-color: #553921;
}
</style>