Shades of Cedar #48332F
Tints of Cedar #48332F
RGB
CMYK
RGB Variations
Color information
#48332F (or 0x48332F) is known color: Cedar. HEX triplet: 48, 33 and 2F. RGB value is (72,51,47). Sum of RGB (Red+Green+Blue) = 72+51+47=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48332F is #B7CCD0. Grayscale: #383838. Windows color (decimal): -12045521 or 3093320. OLE color: 3093320.
HSL color Cylindrical-coordinate representation of color #48332F: hue angle of 9.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48332F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 47 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.72 |
| HSL | 9.6º | 0.21% | 0.23% | - |
| HSV(B) | 9.6º | 0.35% | 0.28% | - |
| XYZ | 4.37 | 3.95 | 3.22 | - |
| YUV | 56.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 47 | 0 | 0.29 | 0.35 | 0.72 | 9.6 | 0.21 | 0.23 |
| Hex | 48 | 33 | 2F | 0 | 1D | 23 | 48 | A | 15 | 17 |
| Octal | 110 | 63 | 57 | 0 | 35 | 43 | 110 | 12 | 25 | 27 |
| Binary | 1001000 | 110011 | 101111 | 0 | 11101 | 100011 | 1001000 | 1010 | 10101 | 10111 |
Color Harmonies of #48332F
Complementary color
Monochromatic Colors of #48332F
Black with #48332F
Text Example
Text Example
White with #48332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48332F; }
p { color: rgb(72,51,47); }
H1.HeaderClassName
{
color: #48332F;
}
.AnyTagClassName
{
color: #48332F;
}
</style>
background-color css
<style>
a { background-color: #48332F; }
a { background-color: rgb(72,51,47); }
div.DivClassName
{
background-color: #48332F;
}
.BgClassName
{
background-color: #48332F;
}
</style>
border-color css
<style>
span { border-color: #48332F; }
span { border-color: rgb(72,51,47); }
td.TdClassName
{
border-color: #48332F;
}
.TagClassName
{
border-color: #48332F;
}
</style>