Shades of Cedar #482F28
Tints of Cedar #482F28
RGB
CMYK
RGB Variations
Color information
#482F28 (or 0x482F28) is known color: Cedar. HEX triplet: 48, 2F and 28. RGB value is (72,47,40). Sum of RGB (Red+Green+Blue) = 72+47+40=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F28 is #B7D0D7. Grayscale: #353535. Windows color (decimal): -12046552 or 2633544. OLE color: 2633544.
HSL color Cylindrical-coordinate representation of color #482F28: hue angle of 13.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482F28 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 40 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.72 |
| HSL | 13.13º | 0.29% | 0.22% | - |
| HSV(B) | 13.13º | 0.44% | 0.28% | - |
| XYZ | 4.07 | 3.56 | 2.48 | - |
| YUV | 53.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 40 | 0 | 0.35 | 0.44 | 0.72 | 13.13 | 0.29 | 0.22 |
| Hex | 48 | 2F | 28 | 0 | 23 | 2C | 48 | D | 1D | 16 |
| Octal | 110 | 57 | 50 | 0 | 43 | 54 | 110 | 15 | 35 | 26 |
| Binary | 1001000 | 101111 | 101000 | 0 | 100011 | 101100 | 1001000 | 1101 | 11101 | 10110 |
Color Harmonies of #482F28
Complementary color
Monochromatic Colors of #482F28
Black with #482F28
Text Example
Text Example
White with #482F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F28; }
p { color: rgb(72,47,40); }
H1.HeaderClassName
{
color: #482F28;
}
.AnyTagClassName
{
color: #482F28;
}
</style>
background-color css
<style>
a { background-color: #482F28; }
a { background-color: rgb(72,47,40); }
div.DivClassName
{
background-color: #482F28;
}
.BgClassName
{
background-color: #482F28;
}
</style>
border-color css
<style>
span { border-color: #482F28; }
span { border-color: rgb(72,47,40); }
td.TdClassName
{
border-color: #482F28;
}
.TagClassName
{
border-color: #482F28;
}
</style>