Shades of Cedar #45322F
Tints of Cedar #45322F
RGB
CMYK
RGB Variations
Color information
#45322F (or 0x45322F) is known color: Cedar. HEX triplet: 45, 32 and 2F. RGB value is (69,50,47). Sum of RGB (Red+Green+Blue) = 69+50+47=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 69 - color contains mainly: red. Hex color #45322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45322F is #BACDD0. Grayscale: #373737. Windows color (decimal): -12242385 or 3093061. OLE color: 3093061.
HSL color Cylindrical-coordinate representation of color #45322F: hue angle of 8.18º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #45322F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 50 | 47 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.73 |
| HSL | 8.18º | 0.19% | 0.23% | - |
| HSV(B) | 8.18º | 0.32% | 0.27% | - |
| XYZ | 4.11 | 3.75 | 3.2 | - |
| YUV | 55.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 47 | 0 | 0.28 | 0.32 | 0.73 | 8.18 | 0.19 | 0.23 |
| Hex | 45 | 32 | 2F | 0 | 1C | 20 | 49 | 8 | 13 | 17 |
| Octal | 105 | 62 | 57 | 0 | 34 | 40 | 111 | 10 | 23 | 27 |
| Binary | 1000101 | 110010 | 101111 | 0 | 11100 | 100000 | 1001001 | 1000 | 10011 | 10111 |
Color Harmonies of #45322F
Complementary color
Monochromatic Colors of #45322F
Black with #45322F
Text Example
Text Example
White with #45322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45322F; }
p { color: rgb(69,50,47); }
H1.HeaderClassName
{
color: #45322F;
}
.AnyTagClassName
{
color: #45322F;
}
</style>
background-color css
<style>
a { background-color: #45322F; }
a { background-color: rgb(69,50,47); }
div.DivClassName
{
background-color: #45322F;
}
.BgClassName
{
background-color: #45322F;
}
</style>
border-color css
<style>
span { border-color: #45322F; }
span { border-color: rgb(69,50,47); }
td.TdClassName
{
border-color: #45322F;
}
.TagClassName
{
border-color: #45322F;
}
</style>