Shades of Crater Brown #5B423D
Tints of Crater Brown #5B423D
RGB
CMYK
RGB Variations
Color information
#5B423D (or 0x5B423D) is known color: Crater Brown. HEX triplet: 5B, 42 and 3D. RGB value is (91,66,61). Sum of RGB (Red+Green+Blue) = 91+66+61=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B423D is #A4BDC2. Grayscale: #484848. Windows color (decimal): -10796483 or 4014683. OLE color: 4014683.
HSL color Cylindrical-coordinate representation of color #5B423D: hue angle of 10º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B423D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 61 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.64 |
| HSL | 10º | 0.2% | 0.3% | - |
| HSV(B) | 10º | 0.33% | 0.36% | - |
| XYZ | 7.1 | 6.46 | 5.29 | - |
| YUV | 72.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 61 | 0 | 0.27 | 0.33 | 0.64 | 10 | 0.2 | 0.3 |
| Hex | 5B | 42 | 3D | 0 | 1B | 21 | 40 | A | 14 | 1E |
| Octal | 133 | 102 | 75 | 0 | 33 | 41 | 100 | 12 | 24 | 36 |
| Binary | 1011011 | 1000010 | 111101 | 0 | 11011 | 100001 | 1000000 | 1010 | 10100 | 11110 |
Color Harmonies of #5B423D
Complementary color
Monochromatic Colors of #5B423D
Black with #5B423D
Text Example
Text Example
White with #5B423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B423D; }
p { color: rgb(91,66,61); }
H1.HeaderClassName
{
color: #5B423D;
}
.AnyTagClassName
{
color: #5B423D;
}
</style>
background-color css
<style>
a { background-color: #5B423D; }
a { background-color: rgb(91,66,61); }
div.DivClassName
{
background-color: #5B423D;
}
.BgClassName
{
background-color: #5B423D;
}
</style>
border-color css
<style>
span { border-color: #5B423D; }
span { border-color: rgb(91,66,61); }
td.TdClassName
{
border-color: #5B423D;
}
.TagClassName
{
border-color: #5B423D;
}
</style>