Shades of Crater Brown #493E3E
Tints of Crater Brown #493E3E
RGB
CMYK
RGB Variations
Color information
#493E3E (or 0x493E3E) is known color: Crater Brown. HEX triplet: 49, 3E and 3E. RGB value is (73,62,62). Sum of RGB (Red+Green+Blue) = 73+62+62=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #493E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E3E is #B6C1C1. Grayscale: #414141. Windows color (decimal): -11977154 or 4079177. OLE color: 4079177.
HSL color Cylindrical-coordinate representation of color #493E3E: hue angle of 0º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #493E3E is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 62 | 62 | - |
CMYK | 0 | 0.15 | 0.15 | 0.71 |
HSL | 0º | 0.08% | 0.26% | - |
HSV(B) | 0º | 0.15% | 0.29% | - |
XYZ | 5.34 | 5.21 | 5.28 | - |
YUV | 65.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 62 | 62 | 0 | 0.15 | 0.15 | 0.71 | 0 | 0.08 | 0.26 |
Hex | 49 | 3E | 3E | 0 | F | F | 47 | 0 | 8 | 1A |
Octal | 111 | 76 | 76 | 0 | 17 | 17 | 107 | 0 | 10 | 32 |
Binary | 1001001 | 111110 | 111110 | 0 | 1111 | 1111 | 1000111 | 0 | 1000 | 11010 |
Color Harmonies of #493E3E
Complementary color
Monochromatic Colors of #493E3E
Black with #493E3E
Text Example
Text Example
White with #493E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E3E; }
p { color: rgb(73,62,62); }
H1.HeaderClassName
{
color: #493E3E;
}
.AnyTagClassName
{
color: #493E3E;
}
</style>
background-color css
<style>
a { background-color: #493E3E; }
a { background-color: rgb(73,62,62); }
div.DivClassName
{
background-color: #493E3E;
}
.BgClassName
{
background-color: #493E3E;
}
</style>
border-color css
<style>
span { border-color: #493E3E; }
span { border-color: rgb(73,62,62); }
td.TdClassName
{
border-color: #493E3E;
}
.TagClassName
{
border-color: #493E3E;
}
</style>