Shades of Carnaby Tan #553A22
Tints of Carnaby Tan #553A22
RGB
CMYK
RGB Variations
Color information
#553A22 (or 0x553A22) is known color: Carnaby Tan. HEX triplet: 55, 3A and 22. RGB value is (85,58,34). Sum of RGB (Red+Green+Blue) = 85+58+34=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #553A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A22 is #AAC5DD. Grayscale: #3F3F3F. Windows color (decimal): -11191774 or 2243157. OLE color: 2243157.
HSL color Cylindrical-coordinate representation of color #553A22: hue angle of 28.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553A22 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 34 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.67 |
| HSL | 28.24º | 0.43% | 0.23% | - |
| HSV(B) | 28.24º | 0.6% | 0.33% | - |
| XYZ | 5.55 | 5.07 | 2.2 | - |
| YUV | 63.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 34 | 0 | 0.32 | 0.60 | 0.67 | 28.24 | 0.43 | 0.23 |
| Hex | 55 | 3A | 22 | 0 | 20 | 3C | 43 | 1C | 2B | 17 |
| Octal | 125 | 72 | 42 | 0 | 40 | 74 | 103 | 34 | 53 | 27 |
| Binary | 1010101 | 111010 | 100010 | 0 | 100000 | 111100 | 1000011 | 11100 | 101011 | 10111 |
Color Harmonies of #553A22
Complementary color
Monochromatic Colors of #553A22
Black with #553A22
Text Example
Text Example
White with #553A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A22; }
p { color: rgb(85,58,34); }
H1.HeaderClassName
{
color: #553A22;
}
.AnyTagClassName
{
color: #553A22;
}
</style>
background-color css
<style>
a { background-color: #553A22; }
a { background-color: rgb(85,58,34); }
div.DivClassName
{
background-color: #553A22;
}
.BgClassName
{
background-color: #553A22;
}
</style>
border-color css
<style>
span { border-color: #553A22; }
span { border-color: rgb(85,58,34); }
td.TdClassName
{
border-color: #553A22;
}
.TagClassName
{
border-color: #553A22;
}
</style>