Shades of Cedar #462C26
Tints of Cedar #462C26
RGB
CMYK
RGB Variations
Color information
#462C26 (or 0x462C26) is known color: Cedar. HEX triplet: 46, 2C and 26. RGB value is (70,44,38). Sum of RGB (Red+Green+Blue) = 70+44+38=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C26 is #B9D3D9. Grayscale: #333333. Windows color (decimal): -12178394 or 2501702. OLE color: 2501702.
HSL color Cylindrical-coordinate representation of color #462C26: hue angle of 11.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462C26 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 38 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.73 |
| HSL | 11.25º | 0.3% | 0.21% | - |
| HSV(B) | 11.25º | 0.46% | 0.27% | - |
| XYZ | 3.78 | 3.24 | 2.26 | - |
| YUV | 51.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 38 | 0 | 0.37 | 0.46 | 0.73 | 11.25 | 0.3 | 0.21 |
| Hex | 46 | 2C | 26 | 0 | 25 | 2E | 49 | B | 1E | 15 |
| Octal | 106 | 54 | 46 | 0 | 45 | 56 | 111 | 13 | 36 | 25 |
| Binary | 1000110 | 101100 | 100110 | 0 | 100101 | 101110 | 1001001 | 1011 | 11110 | 10101 |
Color Harmonies of #462C26
Complementary color
Monochromatic Colors of #462C26
Black with #462C26
Text Example
Text Example
White with #462C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C26; }
p { color: rgb(70,44,38); }
H1.HeaderClassName
{
color: #462C26;
}
.AnyTagClassName
{
color: #462C26;
}
</style>
background-color css
<style>
a { background-color: #462C26; }
a { background-color: rgb(70,44,38); }
div.DivClassName
{
background-color: #462C26;
}
.BgClassName
{
background-color: #462C26;
}
</style>
border-color css
<style>
span { border-color: #462C26; }
span { border-color: rgb(70,44,38); }
td.TdClassName
{
border-color: #462C26;
}
.TagClassName
{
border-color: #462C26;
}
</style>