Shades of Tobago #43352D
Tints of Tobago #43352D
RGB
CMYK
RGB Variations
Color information
#43352D (or 0x43352D) is known color: Tobago. HEX triplet: 43, 35 and 2D. RGB value is (67,53,45). Sum of RGB (Red+Green+Blue) = 67+53+45=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 67 - color contains mainly: red. Hex color #43352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43352D is #BCCAD2. Grayscale: #383838. Windows color (decimal): -12372691 or 2962755. OLE color: 2962755.
HSL color Cylindrical-coordinate representation of color #43352D: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #43352D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 45 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.74 |
| HSL | 21.82º | 0.2% | 0.22% | - |
| HSV(B) | 21.82º | 0.33% | 0.26% | - |
| XYZ | 4.06 | 3.93 | 3.03 | - |
| YUV | 56.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 45 | 0 | 0.21 | 0.33 | 0.74 | 21.82 | 0.2 | 0.22 |
| Hex | 43 | 35 | 2D | 0 | 15 | 21 | 4A | 16 | 14 | 16 |
| Octal | 103 | 65 | 55 | 0 | 25 | 41 | 112 | 26 | 24 | 26 |
| Binary | 1000011 | 110101 | 101101 | 0 | 10101 | 100001 | 1001010 | 10110 | 10100 | 10110 |
Color Harmonies of #43352D
Complementary color
Monochromatic Colors of #43352D
Black with #43352D
Text Example
Text Example
White with #43352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43352D; }
p { color: rgb(67,53,45); }
H1.HeaderClassName
{
color: #43352D;
}
.AnyTagClassName
{
color: #43352D;
}
</style>
background-color css
<style>
a { background-color: #43352D; }
a { background-color: rgb(67,53,45); }
div.DivClassName
{
background-color: #43352D;
}
.BgClassName
{
background-color: #43352D;
}
</style>
border-color css
<style>
span { border-color: #43352D; }
span { border-color: rgb(67,53,45); }
td.TdClassName
{
border-color: #43352D;
}
.TagClassName
{
border-color: #43352D;
}
</style>