Shades of Cedar #452C27
Tints of Cedar #452C27
RGB
CMYK
RGB Variations
Color information
#452C27 (or 0x452C27) is known color: Cedar. HEX triplet: 45, 2C and 27. RGB value is (69,44,39). Sum of RGB (Red+Green+Blue) = 69+44+39=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #452C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C27 is #BAD3D8. Grayscale: #323232. Windows color (decimal): -12243929 or 2567237. OLE color: 2567237.
HSL color Cylindrical-coordinate representation of color #452C27: hue angle of 10º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #452C27 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 44 | 39 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.73 |
| HSL | 10º | 0.28% | 0.21% | - |
| HSV(B) | 10º | 0.43% | 0.27% | - |
| XYZ | 3.72 | 3.21 | 2.34 | - |
| YUV | 50.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 39 | 0 | 0.36 | 0.43 | 0.73 | 10 | 0.28 | 0.21 |
| Hex | 45 | 2C | 27 | 0 | 24 | 2B | 49 | A | 1C | 15 |
| Octal | 105 | 54 | 47 | 0 | 44 | 53 | 111 | 12 | 34 | 25 |
| Binary | 1000101 | 101100 | 100111 | 0 | 100100 | 101011 | 1001001 | 1010 | 11100 | 10101 |
Color Harmonies of #452C27
Complementary color
Monochromatic Colors of #452C27
Black with #452C27
Text Example
Text Example
White with #452C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C27; }
p { color: rgb(69,44,39); }
H1.HeaderClassName
{
color: #452C27;
}
.AnyTagClassName
{
color: #452C27;
}
</style>
background-color css
<style>
a { background-color: #452C27; }
a { background-color: rgb(69,44,39); }
div.DivClassName
{
background-color: #452C27;
}
.BgClassName
{
background-color: #452C27;
}
</style>
border-color css
<style>
span { border-color: #452C27; }
span { border-color: rgb(69,44,39); }
td.TdClassName
{
border-color: #452C27;
}
.TagClassName
{
border-color: #452C27;
}
</style>