Shades of Crater Brown #55433F
Tints of Crater Brown #55433F
RGB
CMYK
RGB Variations
Color information
#55433F (or 0x55433F) is known color: Crater Brown. HEX triplet: 55, 43 and 3F. RGB value is (85,67,63). Sum of RGB (Red+Green+Blue) = 85+67+63=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55433F is #AABCC0. Grayscale: #474747. Windows color (decimal): -11189441 or 4146005. OLE color: 4146005.
HSL color Cylindrical-coordinate representation of color #55433F: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55433F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 63 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.67 |
| HSL | 10.91º | 0.15% | 0.29% | - |
| HSV(B) | 10.91º | 0.26% | 0.33% | - |
| XYZ | 6.65 | 6.3 | 5.57 | - |
| YUV | 71.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 63 | 0 | 0.21 | 0.26 | 0.67 | 10.91 | 0.15 | 0.29 |
| Hex | 55 | 43 | 3F | 0 | 15 | 1A | 43 | B | F | 1D |
| Octal | 125 | 103 | 77 | 0 | 25 | 32 | 103 | 13 | 17 | 35 |
| Binary | 1010101 | 1000011 | 111111 | 0 | 10101 | 11010 | 1000011 | 1011 | 1111 | 11101 |
Color Harmonies of #55433F
Complementary color
Monochromatic Colors of #55433F
Black with #55433F
Text Example
Text Example
White with #55433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55433F; }
p { color: rgb(85,67,63); }
H1.HeaderClassName
{
color: #55433F;
}
.AnyTagClassName
{
color: #55433F;
}
</style>
background-color css
<style>
a { background-color: #55433F; }
a { background-color: rgb(85,67,63); }
div.DivClassName
{
background-color: #55433F;
}
.BgClassName
{
background-color: #55433F;
}
</style>
border-color css
<style>
span { border-color: #55433F; }
span { border-color: rgb(85,67,63); }
td.TdClassName
{
border-color: #55433F;
}
.TagClassName
{
border-color: #55433F;
}
</style>