Shades of Carnaby Tan #553B20
Tints of Carnaby Tan #553B20
RGB
CMYK
RGB Variations
Color information
#553B20 (or 0x553B20) is known color: Carnaby Tan. HEX triplet: 55, 3B and 20. RGB value is (85,59,32). Sum of RGB (Red+Green+Blue) = 85+59+32=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B20 is #AAC4DF. Grayscale: #3F3F3F. Windows color (decimal): -11191520 or 2112341. OLE color: 2112341.
HSL color Cylindrical-coordinate representation of color #553B20: hue angle of 30.57º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553B20 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 32 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.67 |
| HSL | 30.57º | 0.45% | 0.23% | - |
| HSV(B) | 30.57º | 0.62% | 0.33% | - |
| XYZ | 5.57 | 5.16 | 2.07 | - |
| YUV | 63.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 32 | 0 | 0.31 | 0.62 | 0.67 | 30.57 | 0.45 | 0.23 |
| Hex | 55 | 3B | 20 | 0 | 1F | 3E | 43 | 1F | 2D | 17 |
| Octal | 125 | 73 | 40 | 0 | 37 | 76 | 103 | 37 | 55 | 27 |
| Binary | 1010101 | 111011 | 100000 | 0 | 11111 | 111110 | 1000011 | 11111 | 101101 | 10111 |
Color Harmonies of #553B20
Complementary color
Monochromatic Colors of #553B20
Black with #553B20
Text Example
Text Example
White with #553B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B20; }
p { color: rgb(85,59,32); }
H1.HeaderClassName
{
color: #553B20;
}
.AnyTagClassName
{
color: #553B20;
}
</style>
background-color css
<style>
a { background-color: #553B20; }
a { background-color: rgb(85,59,32); }
div.DivClassName
{
background-color: #553B20;
}
.BgClassName
{
background-color: #553B20;
}
</style>
border-color css
<style>
span { border-color: #553B20; }
span { border-color: rgb(85,59,32); }
td.TdClassName
{
border-color: #553B20;
}
.TagClassName
{
border-color: #553B20;
}
</style>