Shades of Cedar #483935
Tints of Cedar #483935
RGB
CMYK
RGB Variations
Color information
#483935 (or 0x483935) is known color: Cedar. HEX triplet: 48, 39 and 35. RGB value is (72,57,53). Sum of RGB (Red+Green+Blue) = 72+57+53=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #483935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483935 is #B7C6CA. Grayscale: #3D3D3D. Windows color (decimal): -12043979 or 3488072. OLE color: 3488072.
HSL color Cylindrical-coordinate representation of color #483935: hue angle of 12.63º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483935 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 53 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.72 |
| HSL | 12.63º | 0.15% | 0.25% | - |
| HSV(B) | 12.63º | 0.26% | 0.28% | - |
| XYZ | 4.78 | 4.56 | 4 | - |
| YUV | 61.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 53 | 0 | 0.21 | 0.26 | 0.72 | 12.63 | 0.15 | 0.25 |
| Hex | 48 | 39 | 35 | 0 | 15 | 1A | 48 | D | F | 19 |
| Octal | 110 | 71 | 65 | 0 | 25 | 32 | 110 | 15 | 17 | 31 |
| Binary | 1001000 | 111001 | 110101 | 0 | 10101 | 11010 | 1001000 | 1101 | 1111 | 11001 |
Color Harmonies of #483935
Complementary color
Monochromatic Colors of #483935
Black with #483935
Text Example
Text Example
White with #483935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483935; }
p { color: rgb(72,57,53); }
H1.HeaderClassName
{
color: #483935;
}
.AnyTagClassName
{
color: #483935;
}
</style>
background-color css
<style>
a { background-color: #483935; }
a { background-color: rgb(72,57,53); }
div.DivClassName
{
background-color: #483935;
}
.BgClassName
{
background-color: #483935;
}
</style>
border-color css
<style>
span { border-color: #483935; }
span { border-color: rgb(72,57,53); }
td.TdClassName
{
border-color: #483935;
}
.TagClassName
{
border-color: #483935;
}
</style>