Shades of Cedar #453330
Tints of Cedar #453330
RGB
CMYK
RGB Variations
Color information
#453330 (or 0x453330) is known color: Cedar. HEX triplet: 45, 33 and 30. RGB value is (69,51,48). Sum of RGB (Red+Green+Blue) = 69+51+48=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #453330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453330 is #BACCCF. Grayscale: #383838. Windows color (decimal): -12242128 or 3158853. OLE color: 3158853.
HSL color Cylindrical-coordinate representation of color #453330: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453330 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 51 | 48 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.73 |
| HSL | 8.57º | 0.18% | 0.23% | - |
| HSV(B) | 8.57º | 0.3% | 0.27% | - |
| XYZ | 4.17 | 3.85 | 3.32 | - |
| YUV | 56.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 48 | 0 | 0.26 | 0.30 | 0.73 | 8.57 | 0.18 | 0.23 |
| Hex | 45 | 33 | 30 | 0 | 1A | 1E | 49 | 9 | 12 | 17 |
| Octal | 105 | 63 | 60 | 0 | 32 | 36 | 111 | 11 | 22 | 27 |
| Binary | 1000101 | 110011 | 110000 | 0 | 11010 | 11110 | 1001001 | 1001 | 10010 | 10111 |
Color Harmonies of #453330
Complementary color
Monochromatic Colors of #453330
Black with #453330
Text Example
Text Example
White with #453330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453330; }
p { color: rgb(69,51,48); }
H1.HeaderClassName
{
color: #453330;
}
.AnyTagClassName
{
color: #453330;
}
</style>
background-color css
<style>
a { background-color: #453330; }
a { background-color: rgb(69,51,48); }
div.DivClassName
{
background-color: #453330;
}
.BgClassName
{
background-color: #453330;
}
</style>
border-color css
<style>
span { border-color: #453330; }
span { border-color: rgb(69,51,48); }
td.TdClassName
{
border-color: #453330;
}
.TagClassName
{
border-color: #453330;
}
</style>