Shades of Carnaby Tan #553829
Tints of Carnaby Tan #553829
RGB
CMYK
RGB Variations
Color information
#553829 (or 0x553829) is known color: Carnaby Tan. HEX triplet: 55, 38 and 29. RGB value is (85,56,41). Sum of RGB (Red+Green+Blue) = 85+56+41=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #553829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553829 is #AAC7D6. Grayscale: #3F3F3F. Windows color (decimal): -11192279 or 2701397. OLE color: 2701397.
HSL color Cylindrical-coordinate representation of color #553829: hue angle of 20.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #553829 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 41 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.67 |
| HSL | 20.45º | 0.35% | 0.25% | - |
| HSV(B) | 20.45º | 0.52% | 0.33% | - |
| XYZ | 5.56 | 4.92 | 2.75 | - |
| YUV | 62.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 41 | 0 | 0.34 | 0.52 | 0.67 | 20.45 | 0.35 | 0.25 |
| Hex | 55 | 38 | 29 | 0 | 22 | 34 | 43 | 14 | 23 | 19 |
| Octal | 125 | 70 | 51 | 0 | 42 | 64 | 103 | 24 | 43 | 31 |
| Binary | 1010101 | 111000 | 101001 | 0 | 100010 | 110100 | 1000011 | 10100 | 100011 | 11001 |
Color Harmonies of #553829
Complementary color
Monochromatic Colors of #553829
Black with #553829
Text Example
Text Example
White with #553829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553829; }
p { color: rgb(85,56,41); }
H1.HeaderClassName
{
color: #553829;
}
.AnyTagClassName
{
color: #553829;
}
</style>
background-color css
<style>
a { background-color: #553829; }
a { background-color: rgb(85,56,41); }
div.DivClassName
{
background-color: #553829;
}
.BgClassName
{
background-color: #553829;
}
</style>
border-color css
<style>
span { border-color: #553829; }
span { border-color: rgb(85,56,41); }
td.TdClassName
{
border-color: #553829;
}
.TagClassName
{
border-color: #553829;
}
</style>