Shades of Tobago #4B3830
Tints of Tobago #4B3830
RGB
CMYK
RGB Variations
Color information
#4B3830 (or 0x4B3830) is known color: Tobago. HEX triplet: 4B, 38 and 30. RGB value is (75,56,48). Sum of RGB (Red+Green+Blue) = 75+56+48=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3830 is #B4C7CF. Grayscale: #3C3C3C. Windows color (decimal): -11847632 or 3160139. OLE color: 3160139.
HSL color Cylindrical-coordinate representation of color #4B3830: hue angle of 17.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3830 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 56 | 48 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.71 |
| HSL | 17.78º | 0.22% | 0.24% | - |
| HSV(B) | 17.78º | 0.36% | 0.29% | - |
| XYZ | 4.85 | 4.54 | 3.42 | - |
| YUV | 60.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 48 | 0 | 0.25 | 0.36 | 0.71 | 17.78 | 0.22 | 0.24 |
| Hex | 4B | 38 | 30 | 0 | 19 | 24 | 47 | 12 | 16 | 18 |
| Octal | 113 | 70 | 60 | 0 | 31 | 44 | 107 | 22 | 26 | 30 |
| Binary | 1001011 | 111000 | 110000 | 0 | 11001 | 100100 | 1000111 | 10010 | 10110 | 11000 |
Color Harmonies of #4B3830
Complementary color
Monochromatic Colors of #4B3830
Black with #4B3830
Text Example
Text Example
White with #4B3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3830; }
p { color: rgb(75,56,48); }
H1.HeaderClassName
{
color: #4B3830;
}
.AnyTagClassName
{
color: #4B3830;
}
</style>
background-color css
<style>
a { background-color: #4B3830; }
a { background-color: rgb(75,56,48); }
div.DivClassName
{
background-color: #4B3830;
}
.BgClassName
{
background-color: #4B3830;
}
</style>
border-color css
<style>
span { border-color: #4B3830; }
span { border-color: rgb(75,56,48); }
td.TdClassName
{
border-color: #4B3830;
}
.TagClassName
{
border-color: #4B3830;
}
</style>