Shades of Cedar #452E2B
Tints of Cedar #452E2B
RGB
CMYK
RGB Variations
Color information
#452E2B (or 0x452E2B) is known color: Cedar. HEX triplet: 45, 2E and 2B. RGB value is (69,46,43). Sum of RGB (Red+Green+Blue) = 69+46+43=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #452E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E2B is #BAD1D4. Grayscale: #343434. Windows color (decimal): -12243413 or 2829893. OLE color: 2829893.
HSL color Cylindrical-coordinate representation of color #452E2B: hue angle of 6.92º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #452E2B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 43 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.73 |
| HSL | 6.92º | 0.23% | 0.22% | - |
| HSV(B) | 6.92º | 0.38% | 0.27% | - |
| XYZ | 3.87 | 3.39 | 2.74 | - |
| YUV | 52.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 43 | 0 | 0.33 | 0.38 | 0.73 | 6.92 | 0.23 | 0.22 |
| Hex | 45 | 2E | 2B | 0 | 21 | 26 | 49 | 7 | 17 | 16 |
| Octal | 105 | 56 | 53 | 0 | 41 | 46 | 111 | 7 | 27 | 26 |
| Binary | 1000101 | 101110 | 101011 | 0 | 100001 | 100110 | 1001001 | 111 | 10111 | 10110 |
Color Harmonies of #452E2B
Complementary color
Monochromatic Colors of #452E2B
Black with #452E2B
Text Example
Text Example
White with #452E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E2B; }
p { color: rgb(69,46,43); }
H1.HeaderClassName
{
color: #452E2B;
}
.AnyTagClassName
{
color: #452E2B;
}
</style>
background-color css
<style>
a { background-color: #452E2B; }
a { background-color: rgb(69,46,43); }
div.DivClassName
{
background-color: #452E2B;
}
.BgClassName
{
background-color: #452E2B;
}
</style>
border-color css
<style>
span { border-color: #452E2B; }
span { border-color: rgb(69,46,43); }
td.TdClassName
{
border-color: #452E2B;
}
.TagClassName
{
border-color: #452E2B;
}
</style>