Shades of Cedar #412F2D
Tints of Cedar #412F2D
RGB
CMYK
RGB Variations
Color information
#412F2D (or 0x412F2D) is known color: Cedar. HEX triplet: 41, 2F and 2D. RGB value is (65,47,45). Sum of RGB (Red+Green+Blue) = 65+47+45=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F2D is #BED0D2. Grayscale: #343434. Windows color (decimal): -12505299 or 2961217. OLE color: 2961217.
HSL color Cylindrical-coordinate representation of color #412F2D: hue angle of 6º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412F2D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 45 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.75 |
| HSL | 6º | 0.18% | 0.22% | - |
| HSV(B) | 6º | 0.31% | 0.25% | - |
| XYZ | 3.67 | 3.35 | 2.94 | - |
| YUV | 52.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 45 | 0 | 0.28 | 0.31 | 0.75 | 6 | 0.18 | 0.22 |
| Hex | 41 | 2F | 2D | 0 | 1C | 1F | 4B | 6 | 12 | 16 |
| Octal | 101 | 57 | 55 | 0 | 34 | 37 | 113 | 6 | 22 | 26 |
| Binary | 1000001 | 101111 | 101101 | 0 | 11100 | 11111 | 1001011 | 110 | 10010 | 10110 |
Color Harmonies of #412F2D
Complementary color
Monochromatic Colors of #412F2D
Black with #412F2D
Text Example
Text Example
White with #412F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F2D; }
p { color: rgb(65,47,45); }
H1.HeaderClassName
{
color: #412F2D;
}
.AnyTagClassName
{
color: #412F2D;
}
</style>
background-color css
<style>
a { background-color: #412F2D; }
a { background-color: rgb(65,47,45); }
div.DivClassName
{
background-color: #412F2D;
}
.BgClassName
{
background-color: #412F2D;
}
</style>
border-color css
<style>
span { border-color: #412F2D; }
span { border-color: rgb(65,47,45); }
td.TdClassName
{
border-color: #412F2D;
}
.TagClassName
{
border-color: #412F2D;
}
</style>