Shades of Cedar #482E27
Tints of Cedar #482E27
RGB
CMYK
RGB Variations
Color information
#482E27 (or 0x482E27) is known color: Cedar. HEX triplet: 48, 2E and 27. RGB value is (72,46,39). Sum of RGB (Red+Green+Blue) = 72+46+39=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E27 is #B7D1D8. Grayscale: #353535. Windows color (decimal): -12046809 or 2567752. OLE color: 2567752.
HSL color Cylindrical-coordinate representation of color #482E27: hue angle of 12.73º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482E27 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 39 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.72 |
| HSL | 12.73º | 0.3% | 0.22% | - |
| HSV(B) | 12.73º | 0.46% | 0.28% | - |
| XYZ | 4.02 | 3.48 | 2.38 | - |
| YUV | 52.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 39 | 0 | 0.36 | 0.46 | 0.72 | 12.73 | 0.3 | 0.22 |
| Hex | 48 | 2E | 27 | 0 | 24 | 2E | 48 | D | 1E | 16 |
| Octal | 110 | 56 | 47 | 0 | 44 | 56 | 110 | 15 | 36 | 26 |
| Binary | 1001000 | 101110 | 100111 | 0 | 100100 | 101110 | 1001000 | 1101 | 11110 | 10110 |
Color Harmonies of #482E27
Complementary color
Monochromatic Colors of #482E27
Black with #482E27
Text Example
Text Example
White with #482E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E27; }
p { color: rgb(72,46,39); }
H1.HeaderClassName
{
color: #482E27;
}
.AnyTagClassName
{
color: #482E27;
}
</style>
background-color css
<style>
a { background-color: #482E27; }
a { background-color: rgb(72,46,39); }
div.DivClassName
{
background-color: #482E27;
}
.BgClassName
{
background-color: #482E27;
}
</style>
border-color css
<style>
span { border-color: #482E27; }
span { border-color: rgb(72,46,39); }
td.TdClassName
{
border-color: #482E27;
}
.TagClassName
{
border-color: #482E27;
}
</style>