Shades of Cedar #483834
Tints of Cedar #483834
RGB
CMYK
RGB Variations
Color information
#483834 (or 0x483834) is known color: Cedar. HEX triplet: 48, 38 and 34. RGB value is (72,56,52). Sum of RGB (Red+Green+Blue) = 72+56+52=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483834 is #B7C7CB. Grayscale: #3C3C3C. Windows color (decimal): -12044236 or 3422280. OLE color: 3422280.
HSL color Cylindrical-coordinate representation of color #483834: hue angle of 12º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483834 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 52 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.72 |
| HSL | 12º | 0.16% | 0.24% | - |
| HSV(B) | 12º | 0.28% | 0.28% | - |
| XYZ | 4.71 | 4.45 | 3.86 | - |
| YUV | 60.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 52 | 0 | 0.22 | 0.28 | 0.72 | 12 | 0.16 | 0.24 |
| Hex | 48 | 38 | 34 | 0 | 16 | 1C | 48 | C | 10 | 18 |
| Octal | 110 | 70 | 64 | 0 | 26 | 34 | 110 | 14 | 20 | 30 |
| Binary | 1001000 | 111000 | 110100 | 0 | 10110 | 11100 | 1001000 | 1100 | 10000 | 11000 |
Color Harmonies of #483834
Complementary color
Monochromatic Colors of #483834
Black with #483834
Text Example
Text Example
White with #483834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483834; }
p { color: rgb(72,56,52); }
H1.HeaderClassName
{
color: #483834;
}
.AnyTagClassName
{
color: #483834;
}
</style>
background-color css
<style>
a { background-color: #483834; }
a { background-color: rgb(72,56,52); }
div.DivClassName
{
background-color: #483834;
}
.BgClassName
{
background-color: #483834;
}
</style>
border-color css
<style>
span { border-color: #483834; }
span { border-color: rgb(72,56,52); }
td.TdClassName
{
border-color: #483834;
}
.TagClassName
{
border-color: #483834;
}
</style>