Shades of Birch #453C2C
Tints of Birch #453C2C
RGB
CMYK
RGB Variations
Color information
#453C2C (or 0x453C2C) is known color: Birch. HEX triplet: 45, 3C and 2C. RGB value is (69,60,44). Sum of RGB (Red+Green+Blue) = 69+60+44=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #453C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C2C is #BAC3D3. Grayscale: #3C3C3C. Windows color (decimal): -12239828 or 2899013. OLE color: 2899013.
HSL color Cylindrical-coordinate representation of color #453C2C: hue angle of 38.4º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #453C2C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 44 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.73 |
| HSL | 38.4º | 0.22% | 0.22% | - |
| HSV(B) | 38.4º | 0.36% | 0.27% | - |
| XYZ | 4.52 | 4.68 | 3.05 | - |
| YUV | 60.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 44 | 0 | 0.13 | 0.36 | 0.73 | 38.4 | 0.22 | 0.22 |
| Hex | 45 | 3C | 2C | 0 | D | 24 | 49 | 26 | 16 | 16 |
| Octal | 105 | 74 | 54 | 0 | 15 | 44 | 111 | 46 | 26 | 26 |
| Binary | 1000101 | 111100 | 101100 | 0 | 1101 | 100100 | 1001001 | 100110 | 10110 | 10110 |
Color Harmonies of #453C2C
Complementary color
Monochromatic Colors of #453C2C
Black with #453C2C
Text Example
Text Example
White with #453C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C2C; }
p { color: rgb(69,60,44); }
H1.HeaderClassName
{
color: #453C2C;
}
.AnyTagClassName
{
color: #453C2C;
}
</style>
background-color css
<style>
a { background-color: #453C2C; }
a { background-color: rgb(69,60,44); }
div.DivClassName
{
background-color: #453C2C;
}
.BgClassName
{
background-color: #453C2C;
}
</style>
border-color css
<style>
span { border-color: #453C2C; }
span { border-color: rgb(69,60,44); }
td.TdClassName
{
border-color: #453C2C;
}
.TagClassName
{
border-color: #453C2C;
}
</style>