Shades of Carnaby Tan #553725
Tints of Carnaby Tan #553725
RGB
CMYK
RGB Variations
Color information
#553725 (or 0x553725) is known color: Carnaby Tan. HEX triplet: 55, 37 and 25. RGB value is (85,55,37). Sum of RGB (Red+Green+Blue) = 85+55+37=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #553725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553725 is #AAC8DA. Grayscale: #3E3E3E. Windows color (decimal): -11192539 or 2438997. OLE color: 2438997.
HSL color Cylindrical-coordinate representation of color #553725: hue angle of 22.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553725 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 37 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.67 |
| HSL | 22.5º | 0.39% | 0.24% | - |
| HSV(B) | 22.5º | 0.56% | 0.33% | - |
| XYZ | 5.45 | 4.8 | 2.39 | - |
| YUV | 61.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 37 | 0 | 0.35 | 0.56 | 0.67 | 22.5 | 0.39 | 0.24 |
| Hex | 55 | 37 | 25 | 0 | 23 | 38 | 43 | 16 | 27 | 18 |
| Octal | 125 | 67 | 45 | 0 | 43 | 70 | 103 | 26 | 47 | 30 |
| Binary | 1010101 | 110111 | 100101 | 0 | 100011 | 111000 | 1000011 | 10110 | 100111 | 11000 |
Color Harmonies of #553725
Complementary color
Monochromatic Colors of #553725
Black with #553725
Text Example
Text Example
White with #553725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553725; }
p { color: rgb(85,55,37); }
H1.HeaderClassName
{
color: #553725;
}
.AnyTagClassName
{
color: #553725;
}
</style>
background-color css
<style>
a { background-color: #553725; }
a { background-color: rgb(85,55,37); }
div.DivClassName
{
background-color: #553725;
}
.BgClassName
{
background-color: #553725;
}
</style>
border-color css
<style>
span { border-color: #553725; }
span { border-color: rgb(85,55,37); }
td.TdClassName
{
border-color: #553725;
}
.TagClassName
{
border-color: #553725;
}
</style>