Shades of Kilamanjaro #423C39
Tints of Kilamanjaro #423C39
RGB
CMYK
RGB Variations
Color information
#423C39 (or 0x423C39) is known color: Kilamanjaro. HEX triplet: 42, 3C and 39. RGB value is (66,60,57). Sum of RGB (Red+Green+Blue) = 66+60+57=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #423C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C39 is #BDC3C6. Grayscale: #3D3D3D. Windows color (decimal): -12436423 or 3750978. OLE color: 3750978.
HSL color Cylindrical-coordinate representation of color #423C39: hue angle of 20º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #423C39 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 57 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.74 |
| HSL | 20º | 0.07% | 0.24% | - |
| HSV(B) | 20º | 0.14% | 0.26% | - |
| XYZ | 4.6 | 4.69 | 4.53 | - |
| YUV | 61.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 57 | 0 | 0.09 | 0.14 | 0.74 | 20 | 0.07 | 0.24 |
| Hex | 42 | 3C | 39 | 0 | 9 | E | 4A | 14 | 7 | 18 |
| Octal | 102 | 74 | 71 | 0 | 11 | 16 | 112 | 24 | 7 | 30 |
| Binary | 1000010 | 111100 | 111001 | 0 | 1001 | 1110 | 1001010 | 10100 | 111 | 11000 |
Color Harmonies of #423C39
Complementary color
Monochromatic Colors of #423C39
Black with #423C39
Text Example
Text Example
White with #423C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C39; }
p { color: rgb(66,60,57); }
H1.HeaderClassName
{
color: #423C39;
}
.AnyTagClassName
{
color: #423C39;
}
</style>
background-color css
<style>
a { background-color: #423C39; }
a { background-color: rgb(66,60,57); }
div.DivClassName
{
background-color: #423C39;
}
.BgClassName
{
background-color: #423C39;
}
</style>
border-color css
<style>
span { border-color: #423C39; }
span { border-color: rgb(66,60,57); }
td.TdClassName
{
border-color: #423C39;
}
.TagClassName
{
border-color: #423C39;
}
</style>