Shades of Crater Brown #58423E
Tints of Crater Brown #58423E
RGB
CMYK
RGB Variations
Color information
#58423E (or 0x58423E) is known color: Crater Brown. HEX triplet: 58, 42 and 3E. RGB value is (88,66,62). Sum of RGB (Red+Green+Blue) = 88+66+62=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58423E is #A7BDC1. Grayscale: #484848. Windows color (decimal): -10993090 or 4080216. OLE color: 4080216.
HSL color Cylindrical-coordinate representation of color #58423E: hue angle of 9.23º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58423E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 62 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.65 |
| HSL | 9.23º | 0.17% | 0.29% | - |
| HSV(B) | 9.23º | 0.3% | 0.35% | - |
| XYZ | 6.84 | 6.32 | 5.42 | - |
| YUV | 72.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 62 | 0 | 0.25 | 0.30 | 0.65 | 9.23 | 0.17 | 0.29 |
| Hex | 58 | 42 | 3E | 0 | 19 | 1E | 41 | 9 | 11 | 1D |
| Octal | 130 | 102 | 76 | 0 | 31 | 36 | 101 | 11 | 21 | 35 |
| Binary | 1011000 | 1000010 | 111110 | 0 | 11001 | 11110 | 1000001 | 1001 | 10001 | 11101 |
Color Harmonies of #58423E
Complementary color
Monochromatic Colors of #58423E
Black with #58423E
Text Example
Text Example
White with #58423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58423E; }
p { color: rgb(88,66,62); }
H1.HeaderClassName
{
color: #58423E;
}
.AnyTagClassName
{
color: #58423E;
}
</style>
background-color css
<style>
a { background-color: #58423E; }
a { background-color: rgb(88,66,62); }
div.DivClassName
{
background-color: #58423E;
}
.BgClassName
{
background-color: #58423E;
}
</style>
border-color css
<style>
span { border-color: #58423E; }
span { border-color: rgb(88,66,62); }
td.TdClassName
{
border-color: #58423E;
}
.TagClassName
{
border-color: #58423E;
}
</style>