Shades of Cedar #483431
Tints of Cedar #483431
RGB
CMYK
RGB Variations
Color information
#483431 (or 0x483431) is known color: Cedar. HEX triplet: 48, 34 and 31. RGB value is (72,52,49). Sum of RGB (Red+Green+Blue) = 72+52+49=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483431 is #B7CBCE. Grayscale: #393939. Windows color (decimal): -12045263 or 3224648. OLE color: 3224648.
HSL color Cylindrical-coordinate representation of color #483431: hue angle of 7.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483431 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 49 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.72 |
| HSL | 7.83º | 0.19% | 0.24% | - |
| HSV(B) | 7.83º | 0.32% | 0.28% | - |
| XYZ | 4.45 | 4.06 | 3.45 | - |
| YUV | 57.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 49 | 0 | 0.28 | 0.32 | 0.72 | 7.83 | 0.19 | 0.24 |
| Hex | 48 | 34 | 31 | 0 | 1C | 20 | 48 | 8 | 13 | 18 |
| Octal | 110 | 64 | 61 | 0 | 34 | 40 | 110 | 10 | 23 | 30 |
| Binary | 1001000 | 110100 | 110001 | 0 | 11100 | 100000 | 1001000 | 1000 | 10011 | 11000 |
Color Harmonies of #483431
Complementary color
Monochromatic Colors of #483431
Black with #483431
Text Example
Text Example
White with #483431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483431; }
p { color: rgb(72,52,49); }
H1.HeaderClassName
{
color: #483431;
}
.AnyTagClassName
{
color: #483431;
}
</style>
background-color css
<style>
a { background-color: #483431; }
a { background-color: rgb(72,52,49); }
div.DivClassName
{
background-color: #483431;
}
.BgClassName
{
background-color: #483431;
}
</style>
border-color css
<style>
span { border-color: #483431; }
span { border-color: rgb(72,52,49); }
td.TdClassName
{
border-color: #483431;
}
.TagClassName
{
border-color: #483431;
}
</style>