Shades of Cedar #443431
Tints of Cedar #443431
RGB
CMYK
RGB Variations
Color information
#443431 (or 0x443431) is known color: Cedar. HEX triplet: 44, 34 and 31. RGB value is (68,52,49). Sum of RGB (Red+Green+Blue) = 68+52+49=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 68 - color contains mainly: red. Hex color #443431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443431 is #BBCBCE. Grayscale: #383838. Windows color (decimal): -12307407 or 3224644. OLE color: 3224644.
HSL color Cylindrical-coordinate representation of color #443431: hue angle of 9.47º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443431 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 49 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.73 |
| HSL | 9.47º | 0.16% | 0.23% | - |
| HSV(B) | 9.47º | 0.28% | 0.27% | - |
| XYZ | 4.17 | 3.91 | 3.44 | - |
| YUV | 56.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 49 | 0 | 0.24 | 0.28 | 0.73 | 9.47 | 0.16 | 0.23 |
| Hex | 44 | 34 | 31 | 0 | 18 | 1C | 49 | 9 | 10 | 17 |
| Octal | 104 | 64 | 61 | 0 | 30 | 34 | 111 | 11 | 20 | 27 |
| Binary | 1000100 | 110100 | 110001 | 0 | 11000 | 11100 | 1001001 | 1001 | 10000 | 10111 |
Color Harmonies of #443431
Complementary color
Monochromatic Colors of #443431
Black with #443431
Text Example
Text Example
White with #443431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443431; }
p { color: rgb(68,52,49); }
H1.HeaderClassName
{
color: #443431;
}
.AnyTagClassName
{
color: #443431;
}
</style>
background-color css
<style>
a { background-color: #443431; }
a { background-color: rgb(68,52,49); }
div.DivClassName
{
background-color: #443431;
}
.BgClassName
{
background-color: #443431;
}
</style>
border-color css
<style>
span { border-color: #443431; }
span { border-color: rgb(68,52,49); }
td.TdClassName
{
border-color: #443431;
}
.TagClassName
{
border-color: #443431;
}
</style>