Shades of Crater Brown #5C433E
Tints of Crater Brown #5C433E
RGB
CMYK
RGB Variations
Color information
#5C433E (or 0x5C433E) is known color: Crater Brown. HEX triplet: 5C, 43 and 3E. RGB value is (92,67,62). Sum of RGB (Red+Green+Blue) = 92+67+62=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 92 - color contains mainly: red. Hex color #5C433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C433E is #A3BCC1. Grayscale: #494949. Windows color (decimal): -10730690 or 4080476. OLE color: 4080476.
HSL color Cylindrical-coordinate representation of color #5C433E: hue angle of 10º degrees, saturation: 0.19, 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 #5C433E is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 62 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.64 |
| HSL | 10º | 0.19% | 0.3% | - |
| HSV(B) | 10º | 0.33% | 0.36% | - |
| XYZ | 7.29 | 6.64 | 5.45 | - |
| YUV | 73.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 62 | 0 | 0.27 | 0.33 | 0.64 | 10 | 0.19 | 0.3 |
| Hex | 5C | 43 | 3E | 0 | 1B | 21 | 40 | A | 13 | 1E |
| Octal | 134 | 103 | 76 | 0 | 33 | 41 | 100 | 12 | 23 | 36 |
| Binary | 1011100 | 1000011 | 111110 | 0 | 11011 | 100001 | 1000000 | 1010 | 10011 | 11110 |
Color Harmonies of #5C433E
Complementary color
Monochromatic Colors of #5C433E
Black with #5C433E
Text Example
Text Example
White with #5C433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C433E; }
p { color: rgb(92,67,62); }
H1.HeaderClassName
{
color: #5C433E;
}
.AnyTagClassName
{
color: #5C433E;
}
</style>
background-color css
<style>
a { background-color: #5C433E; }
a { background-color: rgb(92,67,62); }
div.DivClassName
{
background-color: #5C433E;
}
.BgClassName
{
background-color: #5C433E;
}
</style>
border-color css
<style>
span { border-color: #5C433E; }
span { border-color: rgb(92,67,62); }
td.TdClassName
{
border-color: #5C433E;
}
.TagClassName
{
border-color: #5C433E;
}
</style>