Shades of Woody Brown #604848
Tints of Woody Brown #604848
RGB
CMYK
RGB Variations
Color information
#604848 (or 0x604848) is known color: Woody Brown. HEX triplet: 60, 48 and 48. RGB value is (96,72,72). Sum of RGB (Red+Green+Blue) = 96+72+72=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604848 is #9FB7B7. Grayscale: #4F4F4F. Windows color (decimal): -10467256 or 4737120. OLE color: 4737120.
HSL color Cylindrical-coordinate representation of color #604848: hue angle of 0º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604848 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 72 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.62 |
| HSL | 0º | 0.14% | 0.33% | - |
| HSV(B) | 0º | 0.25% | 0.38% | - |
| XYZ | 8.31 | 7.59 | 7.16 | - |
| YUV | 79.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 72 | 0 | 0.25 | 0.25 | 0.62 | 0 | 0.14 | 0.33 |
| Hex | 60 | 48 | 48 | 0 | 19 | 19 | 3E | 0 | E | 21 |
| Octal | 140 | 110 | 110 | 0 | 31 | 31 | 76 | 0 | 16 | 41 |
| Binary | 1100000 | 1001000 | 1001000 | 0 | 11001 | 11001 | 111110 | 0 | 1110 | 100001 |
Color Harmonies of #604848
Complementary color
Monochromatic Colors of #604848
Black with #604848
Text Example
Text Example
White with #604848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604848; }
p { color: rgb(96,72,72); }
H1.HeaderClassName
{
color: #604848;
}
.AnyTagClassName
{
color: #604848;
}
</style>
background-color css
<style>
a { background-color: #604848; }
a { background-color: rgb(96,72,72); }
div.DivClassName
{
background-color: #604848;
}
.BgClassName
{
background-color: #604848;
}
</style>
border-color css
<style>
span { border-color: #604848; }
span { border-color: rgb(96,72,72); }
td.TdClassName
{
border-color: #604848;
}
.TagClassName
{
border-color: #604848;
}
</style>