Shades of Carnaby Tan #553A26
Tints of Carnaby Tan #553A26
RGB
CMYK
RGB Variations
Color information
#553A26 (or 0x553A26) is known color: Carnaby Tan. HEX triplet: 55, 3A and 26. RGB value is (85,58,38). Sum of RGB (Red+Green+Blue) = 85+58+38=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #553A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A26 is #AAC5D9. Grayscale: #3F3F3F. Windows color (decimal): -11191770 or 2505301. OLE color: 2505301.
HSL color Cylindrical-coordinate representation of color #553A26: hue angle of 25.53º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #553A26 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 38 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.67 |
| HSL | 25.53º | 0.38% | 0.24% | - |
| HSV(B) | 25.53º | 0.55% | 0.33% | - |
| XYZ | 5.61 | 5.1 | 2.52 | - |
| YUV | 63.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 38 | 0 | 0.32 | 0.55 | 0.67 | 25.53 | 0.38 | 0.24 |
| Hex | 55 | 3A | 26 | 0 | 20 | 37 | 43 | 1A | 26 | 18 |
| Octal | 125 | 72 | 46 | 0 | 40 | 67 | 103 | 32 | 46 | 30 |
| Binary | 1010101 | 111010 | 100110 | 0 | 100000 | 110111 | 1000011 | 11010 | 100110 | 11000 |
Color Harmonies of #553A26
Complementary color
Monochromatic Colors of #553A26
Black with #553A26
Text Example
Text Example
White with #553A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A26; }
p { color: rgb(85,58,38); }
H1.HeaderClassName
{
color: #553A26;
}
.AnyTagClassName
{
color: #553A26;
}
</style>
background-color css
<style>
a { background-color: #553A26; }
a { background-color: rgb(85,58,38); }
div.DivClassName
{
background-color: #553A26;
}
.BgClassName
{
background-color: #553A26;
}
</style>
border-color css
<style>
span { border-color: #553A26; }
span { border-color: rgb(85,58,38); }
td.TdClassName
{
border-color: #553A26;
}
.TagClassName
{
border-color: #553A26;
}
</style>