Shades of Cedar #483734
Tints of Cedar #483734
RGB
CMYK
RGB Variations
Color information
#483734 (or 0x483734) is known color: Cedar. HEX triplet: 48, 37 and 34. RGB value is (72,55,52). Sum of RGB (Red+Green+Blue) = 72+55+52=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483734 is #B7C8CB. Grayscale: #3B3B3B. Windows color (decimal): -12044492 or 3422024. OLE color: 3422024.
HSL color Cylindrical-coordinate representation of color #483734: hue angle of 9º 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 #483734 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 55 | 52 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.72 |
| HSL | 9º | 0.16% | 0.24% | - |
| HSV(B) | 9º | 0.28% | 0.28% | - |
| XYZ | 4.66 | 4.36 | 3.84 | - |
| YUV | 59.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 52 | 0 | 0.24 | 0.28 | 0.72 | 9 | 0.16 | 0.24 |
| Hex | 48 | 37 | 34 | 0 | 18 | 1C | 48 | 9 | 10 | 18 |
| Octal | 110 | 67 | 64 | 0 | 30 | 34 | 110 | 11 | 20 | 30 |
| Binary | 1001000 | 110111 | 110100 | 0 | 11000 | 11100 | 1001000 | 1001 | 10000 | 11000 |
Color Harmonies of #483734
Complementary color
Monochromatic Colors of #483734
Black with #483734
Text Example
Text Example
White with #483734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483734; }
p { color: rgb(72,55,52); }
H1.HeaderClassName
{
color: #483734;
}
.AnyTagClassName
{
color: #483734;
}
</style>
background-color css
<style>
a { background-color: #483734; }
a { background-color: rgb(72,55,52); }
div.DivClassName
{
background-color: #483734;
}
.BgClassName
{
background-color: #483734;
}
</style>
border-color css
<style>
span { border-color: #483734; }
span { border-color: rgb(72,55,52); }
td.TdClassName
{
border-color: #483734;
}
.TagClassName
{
border-color: #483734;
}
</style>