Shades of Crater Brown #423D3C
Tints of Crater Brown #423D3C
RGB
CMYK
RGB Variations
Color information
#423D3C (or 0x423D3C) is known color: Crater Brown. HEX triplet: 42, 3D and 3C. RGB value is (66,61,60). Sum of RGB (Red+Green+Blue) = 66+61+60=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 66 - color contains mainly: red. Hex color #423D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D3C is #BDC2C3. Grayscale: #3E3E3E. Windows color (decimal): -12436164 or 3947842. OLE color: 3947842.
HSL color Cylindrical-coordinate representation of color #423D3C: hue angle of 10º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #423D3C is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 60 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.74 |
| HSL | 10º | 0.05% | 0.25% | - |
| HSV(B) | 10º | 0.09% | 0.26% | - |
| XYZ | 4.73 | 4.82 | 4.96 | - |
| YUV | 62.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 60 | 0 | 0.08 | 0.09 | 0.74 | 10 | 0.05 | 0.25 |
| Hex | 42 | 3D | 3C | 0 | 8 | 9 | 4A | A | 5 | 19 |
| Octal | 102 | 75 | 74 | 0 | 10 | 11 | 112 | 12 | 5 | 31 |
| Binary | 1000010 | 111101 | 111100 | 0 | 1000 | 1001 | 1001010 | 1010 | 101 | 11001 |
Color Harmonies of #423D3C
Complementary color
Monochromatic Colors of #423D3C
Black with #423D3C
Text Example
Text Example
White with #423D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D3C; }
p { color: rgb(66,61,60); }
H1.HeaderClassName
{
color: #423D3C;
}
.AnyTagClassName
{
color: #423D3C;
}
</style>
background-color css
<style>
a { background-color: #423D3C; }
a { background-color: rgb(66,61,60); }
div.DivClassName
{
background-color: #423D3C;
}
.BgClassName
{
background-color: #423D3C;
}
</style>
border-color css
<style>
span { border-color: #423D3C; }
span { border-color: rgb(66,61,60); }
td.TdClassName
{
border-color: #423D3C;
}
.TagClassName
{
border-color: #423D3C;
}
</style>