Shades of Cedar #43302E
Tints of Cedar #43302E
RGB
CMYK
RGB Variations
Color information
#43302E (or 0x43302E) is known color: Cedar. HEX triplet: 43, 30 and 2E. RGB value is (67,48,46). Sum of RGB (Red+Green+Blue) = 67+48+46=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #43302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43302E is #BCCFD1. Grayscale: #353535. Windows color (decimal): -12373970 or 3027011. OLE color: 3027011.
HSL color Cylindrical-coordinate representation of color #43302E: hue angle of 5.71º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43302E is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 48 | 46 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.74 |
| HSL | 5.71º | 0.19% | 0.22% | - |
| HSV(B) | 5.71º | 0.31% | 0.26% | - |
| XYZ | 3.86 | 3.5 | 3.06 | - |
| YUV | 53.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 46 | 0 | 0.28 | 0.31 | 0.74 | 5.71 | 0.19 | 0.22 |
| Hex | 43 | 30 | 2E | 0 | 1C | 1F | 4A | 6 | 13 | 16 |
| Octal | 103 | 60 | 56 | 0 | 34 | 37 | 112 | 6 | 23 | 26 |
| Binary | 1000011 | 110000 | 101110 | 0 | 11100 | 11111 | 1001010 | 110 | 10011 | 10110 |
Color Harmonies of #43302E
Complementary color
Monochromatic Colors of #43302E
Black with #43302E
Text Example
Text Example
White with #43302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43302E; }
p { color: rgb(67,48,46); }
H1.HeaderClassName
{
color: #43302E;
}
.AnyTagClassName
{
color: #43302E;
}
</style>
background-color css
<style>
a { background-color: #43302E; }
a { background-color: rgb(67,48,46); }
div.DivClassName
{
background-color: #43302E;
}
.BgClassName
{
background-color: #43302E;
}
</style>
border-color css
<style>
span { border-color: #43302E; }
span { border-color: rgb(67,48,46); }
td.TdClassName
{
border-color: #43302E;
}
.TagClassName
{
border-color: #43302E;
}
</style>