Shades of Cedar #483631
Tints of Cedar #483631
RGB
CMYK
RGB Variations
Color information
#483631 (or 0x483631) is known color: Cedar. HEX triplet: 48, 36 and 31. RGB value is (72,54,49). Sum of RGB (Red+Green+Blue) = 72+54+49=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483631 is #B7C9CE. Grayscale: #3A3A3A. Windows color (decimal): -12044751 or 3225160. OLE color: 3225160.
HSL color Cylindrical-coordinate representation of color #483631: hue angle of 13.04º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483631 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 49 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.72 |
| HSL | 13.04º | 0.19% | 0.24% | - |
| HSV(B) | 13.04º | 0.32% | 0.28% | - |
| XYZ | 4.55 | 4.24 | 3.48 | - |
| YUV | 58.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 49 | 0 | 0.25 | 0.32 | 0.72 | 13.04 | 0.19 | 0.24 |
| Hex | 48 | 36 | 31 | 0 | 19 | 20 | 48 | D | 13 | 18 |
| Octal | 110 | 66 | 61 | 0 | 31 | 40 | 110 | 15 | 23 | 30 |
| Binary | 1001000 | 110110 | 110001 | 0 | 11001 | 100000 | 1001000 | 1101 | 10011 | 11000 |
Color Harmonies of #483631
Complementary color
Monochromatic Colors of #483631
Black with #483631
Text Example
Text Example
White with #483631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483631; }
p { color: rgb(72,54,49); }
H1.HeaderClassName
{
color: #483631;
}
.AnyTagClassName
{
color: #483631;
}
</style>
background-color css
<style>
a { background-color: #483631; }
a { background-color: rgb(72,54,49); }
div.DivClassName
{
background-color: #483631;
}
.BgClassName
{
background-color: #483631;
}
</style>
border-color css
<style>
span { border-color: #483631; }
span { border-color: rgb(72,54,49); }
td.TdClassName
{
border-color: #483631;
}
.TagClassName
{
border-color: #483631;
}
</style>