Shades of Crater Brown #58423D
Tints of Crater Brown #58423D
RGB
CMYK
RGB Variations
Color information
#58423D (or 0x58423D) is known color: Crater Brown. HEX triplet: 58, 42 and 3D. RGB value is (88,66,61). Sum of RGB (Red+Green+Blue) = 88+66+61=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58423D is #A7BDC2. Grayscale: #484848. Windows color (decimal): -10993091 or 4014680. OLE color: 4014680.
HSL color Cylindrical-coordinate representation of color #58423D: hue angle of 11.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58423D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 61 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.65 |
| HSL | 11.11º | 0.18% | 0.29% | - |
| HSV(B) | 11.11º | 0.31% | 0.35% | - |
| XYZ | 6.82 | 6.31 | 5.27 | - |
| YUV | 72.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 61 | 0 | 0.25 | 0.31 | 0.65 | 11.11 | 0.18 | 0.29 |
| Hex | 58 | 42 | 3D | 0 | 19 | 1F | 41 | B | 12 | 1D |
| Octal | 130 | 102 | 75 | 0 | 31 | 37 | 101 | 13 | 22 | 35 |
| Binary | 1011000 | 1000010 | 111101 | 0 | 11001 | 11111 | 1000001 | 1011 | 10010 | 11101 |
Color Harmonies of #58423D
Complementary color
Monochromatic Colors of #58423D
Black with #58423D
Text Example
Text Example
White with #58423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58423D; }
p { color: rgb(88,66,61); }
H1.HeaderClassName
{
color: #58423D;
}
.AnyTagClassName
{
color: #58423D;
}
</style>
background-color css
<style>
a { background-color: #58423D; }
a { background-color: rgb(88,66,61); }
div.DivClassName
{
background-color: #58423D;
}
.BgClassName
{
background-color: #58423D;
}
</style>
border-color css
<style>
span { border-color: #58423D; }
span { border-color: rgb(88,66,61); }
td.TdClassName
{
border-color: #58423D;
}
.TagClassName
{
border-color: #58423D;
}
</style>