Shades of Madras #423F0D
Tints of Madras #423F0D
RGB
CMYK
RGB Variations
Color information
#423F0D (or 0x423F0D) is known color: Madras. HEX triplet: 42, 3F and 0D. RGB value is (66,63,13). Sum of RGB (Red+Green+Blue) = 66+63+13=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #423F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F0D is #BDC0F2. Grayscale: #3A3A3A. Windows color (decimal): -12435699 or 868162. OLE color: 868162.
HSL color Cylindrical-coordinate representation of color #423F0D: hue angle of 56.6º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #423F0D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 13 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.74 |
| HSL | 56.6º | 0.67% | 0.15% | - |
| HSV(B) | 56.6º | 0.8% | 0.26% | - |
| XYZ | 4.1 | 4.74 | 1.08 | - |
| YUV | 58.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 13 | 0 | 0.05 | 0.80 | 0.74 | 56.6 | 0.67 | 0.15 |
| Hex | 42 | 3F | D | 0 | 5 | 50 | 4A | 39 | 43 | F |
| Octal | 102 | 77 | 15 | 0 | 5 | 120 | 112 | 71 | 103 | 17 |
| Binary | 1000010 | 111111 | 1101 | 0 | 101 | 1010000 | 1001010 | 111001 | 1000011 | 1111 |
Color Harmonies of #423F0D
Complementary color
Monochromatic Colors of #423F0D
Black with #423F0D
Text Example
Text Example
White with #423F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F0D; }
p { color: rgb(66,63,13); }
H1.HeaderClassName
{
color: #423F0D;
}
.AnyTagClassName
{
color: #423F0D;
}
</style>
background-color css
<style>
a { background-color: #423F0D; }
a { background-color: rgb(66,63,13); }
div.DivClassName
{
background-color: #423F0D;
}
.BgClassName
{
background-color: #423F0D;
}
</style>
border-color css
<style>
span { border-color: #423F0D; }
span { border-color: rgb(66,63,13); }
td.TdClassName
{
border-color: #423F0D;
}
.TagClassName
{
border-color: #423F0D;
}
</style>