Shades of Cedar #44302E
Tints of Cedar #44302E
RGB
CMYK
RGB Variations
Color information
#44302E (or 0x44302E) is known color: Cedar. HEX triplet: 44, 30 and 2E. RGB value is (68,48,46). Sum of RGB (Red+Green+Blue) = 68+48+46=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #44302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44302E is #BBCFD1. Grayscale: #353535. Windows color (decimal): -12308434 or 3027012. OLE color: 3027012.
HSL color Cylindrical-coordinate representation of color #44302E: hue angle of 5.45º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44302E is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 48 | 46 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.73 |
| HSL | 5.45º | 0.19% | 0.22% | - |
| HSV(B) | 5.45º | 0.32% | 0.27% | - |
| XYZ | 3.93 | 3.54 | 3.06 | - |
| YUV | 53.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 46 | 0 | 0.29 | 0.32 | 0.73 | 5.45 | 0.19 | 0.22 |
| Hex | 44 | 30 | 2E | 0 | 1D | 20 | 49 | 5 | 13 | 16 |
| Octal | 104 | 60 | 56 | 0 | 35 | 40 | 111 | 5 | 23 | 26 |
| Binary | 1000100 | 110000 | 101110 | 0 | 11101 | 100000 | 1001001 | 101 | 10011 | 10110 |
Color Harmonies of #44302E
Complementary color
Monochromatic Colors of #44302E
Black with #44302E
Text Example
Text Example
White with #44302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44302E; }
p { color: rgb(68,48,46); }
H1.HeaderClassName
{
color: #44302E;
}
.AnyTagClassName
{
color: #44302E;
}
</style>
background-color css
<style>
a { background-color: #44302E; }
a { background-color: rgb(68,48,46); }
div.DivClassName
{
background-color: #44302E;
}
.BgClassName
{
background-color: #44302E;
}
</style>
border-color css
<style>
span { border-color: #44302E; }
span { border-color: rgb(68,48,46); }
td.TdClassName
{
border-color: #44302E;
}
.TagClassName
{
border-color: #44302E;
}
</style>