Shades of Carnaby Tan #553628
Tints of Carnaby Tan #553628
RGB
CMYK
RGB Variations
Color information
#553628 (or 0x553628) is known color: Carnaby Tan. HEX triplet: 55, 36 and 28. RGB value is (85,54,40). Sum of RGB (Red+Green+Blue) = 85+54+40=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #553628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553628 is #AAC9D7. Grayscale: #3D3D3D. Windows color (decimal): -11192792 or 2635349. OLE color: 2635349.
HSL color Cylindrical-coordinate representation of color #553628: hue angle of 18.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553628 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 40 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.67 |
| HSL | 18.67º | 0.36% | 0.25% | - |
| HSV(B) | 18.67º | 0.53% | 0.33% | - |
| XYZ | 5.45 | 4.72 | 2.63 | - |
| YUV | 61.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 40 | 0 | 0.36 | 0.53 | 0.67 | 18.67 | 0.36 | 0.25 |
| Hex | 55 | 36 | 28 | 0 | 24 | 35 | 43 | 13 | 24 | 19 |
| Octal | 125 | 66 | 50 | 0 | 44 | 65 | 103 | 23 | 44 | 31 |
| Binary | 1010101 | 110110 | 101000 | 0 | 100100 | 110101 | 1000011 | 10011 | 100100 | 11001 |
Color Harmonies of #553628
Complementary color
Monochromatic Colors of #553628
Black with #553628
Text Example
Text Example
White with #553628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553628; }
p { color: rgb(85,54,40); }
H1.HeaderClassName
{
color: #553628;
}
.AnyTagClassName
{
color: #553628;
}
</style>
background-color css
<style>
a { background-color: #553628; }
a { background-color: rgb(85,54,40); }
div.DivClassName
{
background-color: #553628;
}
.BgClassName
{
background-color: #553628;
}
</style>
border-color css
<style>
span { border-color: #553628; }
span { border-color: rgb(85,54,40); }
td.TdClassName
{
border-color: #553628;
}
.TagClassName
{
border-color: #553628;
}
</style>