Shades of Cedar #48322C
Tints of Cedar #48322C
RGB
CMYK
RGB Variations
Color information
#48322C (or 0x48322C) is known color: Cedar. HEX triplet: 48, 32 and 2C. RGB value is (72,50,44). Sum of RGB (Red+Green+Blue) = 72+50+44=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48322C is #B7CDD3. Grayscale: #373737. Windows color (decimal): -12045780 or 2896456. OLE color: 2896456.
HSL color Cylindrical-coordinate representation of color #48322C: hue angle of 12.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48322C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 44 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.72 |
| HSL | 12.86º | 0.24% | 0.23% | - |
| HSV(B) | 12.86º | 0.39% | 0.28% | - |
| XYZ | 4.27 | 3.84 | 2.9 | - |
| YUV | 55.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 44 | 0 | 0.31 | 0.39 | 0.72 | 12.86 | 0.24 | 0.23 |
| Hex | 48 | 32 | 2C | 0 | 1F | 27 | 48 | D | 18 | 17 |
| Octal | 110 | 62 | 54 | 0 | 37 | 47 | 110 | 15 | 30 | 27 |
| Binary | 1001000 | 110010 | 101100 | 0 | 11111 | 100111 | 1001000 | 1101 | 11000 | 10111 |
Color Harmonies of #48322C
Complementary color
Monochromatic Colors of #48322C
Black with #48322C
Text Example
Text Example
White with #48322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48322C; }
p { color: rgb(72,50,44); }
H1.HeaderClassName
{
color: #48322C;
}
.AnyTagClassName
{
color: #48322C;
}
</style>
background-color css
<style>
a { background-color: #48322C; }
a { background-color: rgb(72,50,44); }
div.DivClassName
{
background-color: #48322C;
}
.BgClassName
{
background-color: #48322C;
}
</style>
border-color css
<style>
span { border-color: #48322C; }
span { border-color: rgb(72,50,44); }
td.TdClassName
{
border-color: #48322C;
}
.TagClassName
{
border-color: #48322C;
}
</style>