Shades of Tobago #42362E
Tints of Tobago #42362E
RGB
CMYK
RGB Variations
Color information
#42362E (or 0x42362E) is known color: Tobago. HEX triplet: 42, 36 and 2E. RGB value is (66,54,46). Sum of RGB (Red+Green+Blue) = 66+54+46=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #42362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42362E is #BDC9D1. Grayscale: #383838. Windows color (decimal): -12437970 or 3028546. OLE color: 3028546.
HSL color Cylindrical-coordinate representation of color #42362E: hue angle of 24º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42362E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 54 | 46 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.74 |
| HSL | 24º | 0.18% | 0.22% | - |
| HSV(B) | 24º | 0.3% | 0.26% | - |
| XYZ | 4.06 | 3.99 | 3.14 | - |
| YUV | 56.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 46 | 0 | 0.18 | 0.30 | 0.74 | 24 | 0.18 | 0.22 |
| Hex | 42 | 36 | 2E | 0 | 12 | 1E | 4A | 18 | 12 | 16 |
| Octal | 102 | 66 | 56 | 0 | 22 | 36 | 112 | 30 | 22 | 26 |
| Binary | 1000010 | 110110 | 101110 | 0 | 10010 | 11110 | 1001010 | 11000 | 10010 | 10110 |
Color Harmonies of #42362E
Complementary color
Monochromatic Colors of #42362E
Black with #42362E
Text Example
Text Example
White with #42362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42362E; }
p { color: rgb(66,54,46); }
H1.HeaderClassName
{
color: #42362E;
}
.AnyTagClassName
{
color: #42362E;
}
</style>
background-color css
<style>
a { background-color: #42362E; }
a { background-color: rgb(66,54,46); }
div.DivClassName
{
background-color: #42362E;
}
.BgClassName
{
background-color: #42362E;
}
</style>
border-color css
<style>
span { border-color: #42362E; }
span { border-color: rgb(66,54,46); }
td.TdClassName
{
border-color: #42362E;
}
.TagClassName
{
border-color: #42362E;
}
</style>