Shades of Madras #423A02
Tints of Madras #423A02
RGB
CMYK
RGB Variations
Color information
#423A02 (or 0x423A02) is known color: Madras. HEX triplet: 42, 3A and 02. RGB value is (66,58,2). Sum of RGB (Red+Green+Blue) = 66+58+2=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #423A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A02 is #BDC5FD. Grayscale: #363636. Windows color (decimal): -12436990 or 145986. OLE color: 145986.
HSL color Cylindrical-coordinate representation of color #423A02: hue angle of 52.5º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #423A02 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 2 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.74 |
| HSL | 52.5º | 0.94% | 0.13% | - |
| HSV(B) | 52.5º | 0.97% | 0.26% | - |
| XYZ | 3.77 | 4.19 | 0.67 | - |
| YUV | 54.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 2 | 0 | 0.12 | 0.97 | 0.74 | 52.5 | 0.94 | 0.13 |
| Hex | 42 | 3A | 2 | 0 | C | 61 | 4A | 34 | 5E | D |
| Octal | 102 | 72 | 2 | 0 | 14 | 141 | 112 | 64 | 136 | 15 |
| Binary | 1000010 | 111010 | 10 | 0 | 1100 | 1100001 | 1001010 | 110100 | 1011110 | 1101 |
Color Harmonies of #423A02
Complementary color
Monochromatic Colors of #423A02
Black with #423A02
Text Example
Text Example
White with #423A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A02; }
p { color: rgb(66,58,2); }
H1.HeaderClassName
{
color: #423A02;
}
.AnyTagClassName
{
color: #423A02;
}
</style>
background-color css
<style>
a { background-color: #423A02; }
a { background-color: rgb(66,58,2); }
div.DivClassName
{
background-color: #423A02;
}
.BgClassName
{
background-color: #423A02;
}
</style>
border-color css
<style>
span { border-color: #423A02; }
span { border-color: rgb(66,58,2); }
td.TdClassName
{
border-color: #423A02;
}
.TagClassName
{
border-color: #423A02;
}
</style>