Shades of Tobago #48352D
Tints of Tobago #48352D
RGB
CMYK
RGB Variations
Color information
#48352D (or 0x48352D) is known color: Tobago. HEX triplet: 48, 35 and 2D. RGB value is (72,53,45). Sum of RGB (Red+Green+Blue) = 72+53+45=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48352D is #B7CAD2. Grayscale: #393939. Windows color (decimal): -12045011 or 2962760. OLE color: 2962760.
HSL color Cylindrical-coordinate representation of color #48352D: hue angle of 17.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48352D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 45 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.72 |
| HSL | 17.78º | 0.23% | 0.23% | - |
| HSV(B) | 17.78º | 0.38% | 0.28% | - |
| XYZ | 4.42 | 4.11 | 3.04 | - |
| YUV | 57.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 45 | 0 | 0.26 | 0.38 | 0.72 | 17.78 | 0.23 | 0.23 |
| Hex | 48 | 35 | 2D | 0 | 1A | 26 | 48 | 12 | 17 | 17 |
| Octal | 110 | 65 | 55 | 0 | 32 | 46 | 110 | 22 | 27 | 27 |
| Binary | 1001000 | 110101 | 101101 | 0 | 11010 | 100110 | 1001000 | 10010 | 10111 | 10111 |
Color Harmonies of #48352D
Complementary color
Monochromatic Colors of #48352D
Black with #48352D
Text Example
Text Example
White with #48352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48352D; }
p { color: rgb(72,53,45); }
H1.HeaderClassName
{
color: #48352D;
}
.AnyTagClassName
{
color: #48352D;
}
</style>
background-color css
<style>
a { background-color: #48352D; }
a { background-color: rgb(72,53,45); }
div.DivClassName
{
background-color: #48352D;
}
.BgClassName
{
background-color: #48352D;
}
</style>
border-color css
<style>
span { border-color: #48352D; }
span { border-color: rgb(72,53,45); }
td.TdClassName
{
border-color: #48352D;
}
.TagClassName
{
border-color: #48352D;
}
</style>