Shades of Camouflage #494823
Tints of Camouflage #494823
RGB
CMYK
RGB Variations
Color information
#494823 (or 0x494823) is known color: Camouflage. HEX triplet: 49, 48 and 23. RGB value is (73,72,35). Sum of RGB (Red+Green+Blue) = 73+72+35=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #494823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494823 is #B6B7DC. Grayscale: #444444. Windows color (decimal): -11974621 or 2312265. OLE color: 2312265.
HSL color Cylindrical-coordinate representation of color #494823: hue angle of 58.42º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494823 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 35 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.71 |
| HSL | 58.42º | 0.35% | 0.21% | - |
| HSV(B) | 58.42º | 0.52% | 0.29% | - |
| XYZ | 5.37 | 6.17 | 2.5 | - |
| YUV | 68.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 35 | 0 | 0.01 | 0.52 | 0.71 | 58.42 | 0.35 | 0.21 |
| Hex | 49 | 48 | 23 | 0 | 1 | 34 | 47 | 3A | 23 | 15 |
| Octal | 111 | 110 | 43 | 0 | 1 | 64 | 107 | 72 | 43 | 25 |
| Binary | 1001001 | 1001000 | 100011 | 0 | 1 | 110100 | 1000111 | 111010 | 100011 | 10101 |
Color Harmonies of #494823
Complementary color
Monochromatic Colors of #494823
Black with #494823
Text Example
Text Example
White with #494823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494823; }
p { color: rgb(73,72,35); }
H1.HeaderClassName
{
color: #494823;
}
.AnyTagClassName
{
color: #494823;
}
</style>
background-color css
<style>
a { background-color: #494823; }
a { background-color: rgb(73,72,35); }
div.DivClassName
{
background-color: #494823;
}
.BgClassName
{
background-color: #494823;
}
</style>
border-color css
<style>
span { border-color: #494823; }
span { border-color: rgb(73,72,35); }
td.TdClassName
{
border-color: #494823;
}
.TagClassName
{
border-color: #494823;
}
</style>