Shades of Madras #423D08
Tints of Madras #423D08
RGB
CMYK
RGB Variations
Color information
#423D08 (or 0x423D08) is known color: Madras. HEX triplet: 42, 3D and 08. RGB value is (66,61,8). Sum of RGB (Red+Green+Blue) = 66+61+8=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D08 is #BDC2F7. Grayscale: #383838. Windows color (decimal): -12436216 or 539970. OLE color: 539970.
HSL color Cylindrical-coordinate representation of color #423D08: hue angle of 54.83º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #423D08 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 8 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.74 |
| HSL | 54.83º | 0.78% | 0.15% | - |
| HSV(B) | 54.83º | 0.88% | 0.26% | - |
| XYZ | 3.96 | 4.51 | 0.89 | - |
| YUV | 56.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 8 | 0 | 0.08 | 0.88 | 0.74 | 54.83 | 0.78 | 0.15 |
| Hex | 42 | 3D | 8 | 0 | 8 | 58 | 4A | 37 | 4E | F |
| Octal | 102 | 75 | 10 | 0 | 10 | 130 | 112 | 67 | 116 | 17 |
| Binary | 1000010 | 111101 | 1000 | 0 | 1000 | 1011000 | 1001010 | 110111 | 1001110 | 1111 |
Color Harmonies of #423D08
Complementary color
Monochromatic Colors of #423D08
Black with #423D08
Text Example
Text Example
White with #423D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D08; }
p { color: rgb(66,61,8); }
H1.HeaderClassName
{
color: #423D08;
}
.AnyTagClassName
{
color: #423D08;
}
</style>
background-color css
<style>
a { background-color: #423D08; }
a { background-color: rgb(66,61,8); }
div.DivClassName
{
background-color: #423D08;
}
.BgClassName
{
background-color: #423D08;
}
</style>
border-color css
<style>
span { border-color: #423D08; }
span { border-color: rgb(66,61,8); }
td.TdClassName
{
border-color: #423D08;
}
.TagClassName
{
border-color: #423D08;
}
</style>