Shades of Cedar #412D2B
Tints of Cedar #412D2B
RGB
CMYK
RGB Variations
Color information
#412D2B (or 0x412D2B) is known color: Cedar. HEX triplet: 41, 2D and 2B. RGB value is (65,45,43). Sum of RGB (Red+Green+Blue) = 65+45+43=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D2B is #BED2D4. Grayscale: #323232. Windows color (decimal): -12505813 or 2829633. OLE color: 2829633.
HSL color Cylindrical-coordinate representation of color #412D2B: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #412D2B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 43 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.75 |
| HSL | 5.45º | 0.2% | 0.21% | - |
| HSV(B) | 5.45º | 0.34% | 0.25% | - |
| XYZ | 3.55 | 3.18 | 2.71 | - |
| YUV | 50.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 43 | 0 | 0.31 | 0.34 | 0.75 | 5.45 | 0.2 | 0.21 |
| Hex | 41 | 2D | 2B | 0 | 1F | 22 | 4B | 5 | 14 | 15 |
| Octal | 101 | 55 | 53 | 0 | 37 | 42 | 113 | 5 | 24 | 25 |
| Binary | 1000001 | 101101 | 101011 | 0 | 11111 | 100010 | 1001011 | 101 | 10100 | 10101 |
Color Harmonies of #412D2B
Complementary color
Monochromatic Colors of #412D2B
Black with #412D2B
Text Example
Text Example
White with #412D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D2B; }
p { color: rgb(65,45,43); }
H1.HeaderClassName
{
color: #412D2B;
}
.AnyTagClassName
{
color: #412D2B;
}
</style>
background-color css
<style>
a { background-color: #412D2B; }
a { background-color: rgb(65,45,43); }
div.DivClassName
{
background-color: #412D2B;
}
.BgClassName
{
background-color: #412D2B;
}
</style>
border-color css
<style>
span { border-color: #412D2B; }
span { border-color: rgb(65,45,43); }
td.TdClassName
{
border-color: #412D2B;
}
.TagClassName
{
border-color: #412D2B;
}
</style>