Shades of Tobago #48342A
Tints of Tobago #48342A
RGB
CMYK
RGB Variations
Color information
#48342A (or 0x48342A) is known color: Tobago. HEX triplet: 48, 34 and 2A. RGB value is (72,52,42). Sum of RGB (Red+Green+Blue) = 72+52+42=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48342A is #B7CBD5. Grayscale: #383838. Windows color (decimal): -12045270 or 2765896. OLE color: 2765896.
HSL color Cylindrical-coordinate representation of color #48342A: hue angle of 20º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48342A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 42 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.72 |
| HSL | 20º | 0.26% | 0.22% | - |
| HSV(B) | 20º | 0.42% | 0.28% | - |
| XYZ | 4.32 | 4 | 2.74 | - |
| YUV | 56.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 42 | 0 | 0.28 | 0.42 | 0.72 | 20 | 0.26 | 0.22 |
| Hex | 48 | 34 | 2A | 0 | 1C | 2A | 48 | 14 | 1A | 16 |
| Octal | 110 | 64 | 52 | 0 | 34 | 52 | 110 | 24 | 32 | 26 |
| Binary | 1001000 | 110100 | 101010 | 0 | 11100 | 101010 | 1001000 | 10100 | 11010 | 10110 |
Color Harmonies of #48342A
Complementary color
Monochromatic Colors of #48342A
Black with #48342A
Text Example
Text Example
White with #48342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48342A; }
p { color: rgb(72,52,42); }
H1.HeaderClassName
{
color: #48342A;
}
.AnyTagClassName
{
color: #48342A;
}
</style>
background-color css
<style>
a { background-color: #48342A; }
a { background-color: rgb(72,52,42); }
div.DivClassName
{
background-color: #48342A;
}
.BgClassName
{
background-color: #48342A;
}
</style>
border-color css
<style>
span { border-color: #48342A; }
span { border-color: rgb(72,52,42); }
td.TdClassName
{
border-color: #48342A;
}
.TagClassName
{
border-color: #48342A;
}
</style>