Shades of Madras #443A08
Tints of Madras #443A08
RGB
CMYK
RGB Variations
Color information
#443A08 (or 0x443A08) is known color: Madras. HEX triplet: 44, 3A and 08. RGB value is (68,58,8). Sum of RGB (Red+Green+Blue) = 68+58+8=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #443A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A08 is #BBC5F7. Grayscale: #373737. Windows color (decimal): -12305912 or 539204. OLE color: 539204.
HSL color Cylindrical-coordinate representation of color #443A08: hue angle of 50º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #443A08 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 8 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.73 |
| HSL | 50º | 0.79% | 0.15% | - |
| HSV(B) | 50º | 0.88% | 0.27% | - |
| XYZ | 3.94 | 4.27 | 0.85 | - |
| YUV | 55.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 8 | 0 | 0.15 | 0.88 | 0.73 | 50 | 0.79 | 0.15 |
| Hex | 44 | 3A | 8 | 0 | F | 58 | 49 | 32 | 4F | F |
| Octal | 104 | 72 | 10 | 0 | 17 | 130 | 111 | 62 | 117 | 17 |
| Binary | 1000100 | 111010 | 1000 | 0 | 1111 | 1011000 | 1001001 | 110010 | 1001111 | 1111 |
Color Harmonies of #443A08
Complementary color
Monochromatic Colors of #443A08
Black with #443A08
Text Example
Text Example
White with #443A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A08; }
p { color: rgb(68,58,8); }
H1.HeaderClassName
{
color: #443A08;
}
.AnyTagClassName
{
color: #443A08;
}
</style>
background-color css
<style>
a { background-color: #443A08; }
a { background-color: rgb(68,58,8); }
div.DivClassName
{
background-color: #443A08;
}
.BgClassName
{
background-color: #443A08;
}
</style>
border-color css
<style>
span { border-color: #443A08; }
span { border-color: rgb(68,58,8); }
td.TdClassName
{
border-color: #443A08;
}
.TagClassName
{
border-color: #443A08;
}
</style>