Shades of Tobago #4F382D
Tints of Tobago #4F382D
RGB
CMYK
RGB Variations
Color information
#4F382D (or 0x4F382D) is known color: Tobago. HEX triplet: 4F, 38 and 2D. RGB value is (79,56,45). Sum of RGB (Red+Green+Blue) = 79+56+45=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F382D is #B0C7D2. Grayscale: #3D3D3D. Windows color (decimal): -11585491 or 2963535. OLE color: 2963535.
HSL color Cylindrical-coordinate representation of color #4F382D: hue angle of 19.41º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F382D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 45 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.69 |
| HSL | 19.41º | 0.27% | 0.24% | - |
| HSV(B) | 19.41º | 0.43% | 0.31% | - |
| XYZ | 5.11 | 4.68 | 3.12 | - |
| YUV | 61.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 45 | 0 | 0.29 | 0.43 | 0.69 | 19.41 | 0.27 | 0.24 |
| Hex | 4F | 38 | 2D | 0 | 1D | 2B | 45 | 13 | 1B | 18 |
| Octal | 117 | 70 | 55 | 0 | 35 | 53 | 105 | 23 | 33 | 30 |
| Binary | 1001111 | 111000 | 101101 | 0 | 11101 | 101011 | 1000101 | 10011 | 11011 | 11000 |
Color Harmonies of #4F382D
Complementary color
Monochromatic Colors of #4F382D
Black with #4F382D
Text Example
Text Example
White with #4F382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F382D; }
p { color: rgb(79,56,45); }
H1.HeaderClassName
{
color: #4F382D;
}
.AnyTagClassName
{
color: #4F382D;
}
</style>
background-color css
<style>
a { background-color: #4F382D; }
a { background-color: rgb(79,56,45); }
div.DivClassName
{
background-color: #4F382D;
}
.BgClassName
{
background-color: #4F382D;
}
</style>
border-color css
<style>
span { border-color: #4F382D; }
span { border-color: rgb(79,56,45); }
td.TdClassName
{
border-color: #4F382D;
}
.TagClassName
{
border-color: #4F382D;
}
</style>