Shades of Tobago #4F382C
Tints of Tobago #4F382C
RGB
CMYK
RGB Variations
Color information
#4F382C (or 0x4F382C) is known color: Tobago. HEX triplet: 4F, 38 and 2C. RGB value is (79,56,44). Sum of RGB (Red+Green+Blue) = 79+56+44=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F382C is #B0C7D3. Grayscale: #3D3D3D. Windows color (decimal): -11585492 or 2897999. OLE color: 2897999.
HSL color Cylindrical-coordinate representation of color #4F382C: hue angle of 20.57º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F382C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 44 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.69 |
| HSL | 20.57º | 0.28% | 0.24% | - |
| HSV(B) | 20.57º | 0.44% | 0.31% | - |
| XYZ | 5.09 | 4.67 | 3.02 | - |
| YUV | 61.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 44 | 0 | 0.29 | 0.44 | 0.69 | 20.57 | 0.28 | 0.24 |
| Hex | 4F | 38 | 2C | 0 | 1D | 2C | 45 | 15 | 1C | 18 |
| Octal | 117 | 70 | 54 | 0 | 35 | 54 | 105 | 25 | 34 | 30 |
| Binary | 1001111 | 111000 | 101100 | 0 | 11101 | 101100 | 1000101 | 10101 | 11100 | 11000 |
Color Harmonies of #4F382C
Complementary color
Monochromatic Colors of #4F382C
Black with #4F382C
Text Example
Text Example
White with #4F382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F382C; }
p { color: rgb(79,56,44); }
H1.HeaderClassName
{
color: #4F382C;
}
.AnyTagClassName
{
color: #4F382C;
}
</style>
background-color css
<style>
a { background-color: #4F382C; }
a { background-color: rgb(79,56,44); }
div.DivClassName
{
background-color: #4F382C;
}
.BgClassName
{
background-color: #4F382C;
}
</style>
border-color css
<style>
span { border-color: #4F382C; }
span { border-color: rgb(79,56,44); }
td.TdClassName
{
border-color: #4F382C;
}
.TagClassName
{
border-color: #4F382C;
}
</style>