Shades of Birch #423A24
Tints of Birch #423A24
RGB
CMYK
RGB Variations
Color information
#423A24 (or 0x423A24) is known color: Birch. HEX triplet: 42, 3A and 24. RGB value is (66,58,36). Sum of RGB (Red+Green+Blue) = 66+58+36=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #423A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A24 is #BDC5DB. Grayscale: #393939. Windows color (decimal): -12436956 or 2374210. OLE color: 2374210.
HSL color Cylindrical-coordinate representation of color #423A24: hue angle of 44º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423A24 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 36 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.74 |
| HSL | 44º | 0.29% | 0.2% | - |
| HSV(B) | 44º | 0.45% | 0.26% | - |
| XYZ | 4.08 | 4.31 | 2.29 | - |
| YUV | 57.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 36 | 0 | 0.12 | 0.45 | 0.74 | 44 | 0.29 | 0.2 |
| Hex | 42 | 3A | 24 | 0 | C | 2D | 4A | 2C | 1D | 14 |
| Octal | 102 | 72 | 44 | 0 | 14 | 55 | 112 | 54 | 35 | 24 |
| Binary | 1000010 | 111010 | 100100 | 0 | 1100 | 101101 | 1001010 | 101100 | 11101 | 10100 |
Color Harmonies of #423A24
Complementary color
Monochromatic Colors of #423A24
Black with #423A24
Text Example
Text Example
White with #423A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A24; }
p { color: rgb(66,58,36); }
H1.HeaderClassName
{
color: #423A24;
}
.AnyTagClassName
{
color: #423A24;
}
</style>
background-color css
<style>
a { background-color: #423A24; }
a { background-color: rgb(66,58,36); }
div.DivClassName
{
background-color: #423A24;
}
.BgClassName
{
background-color: #423A24;
}
</style>
border-color css
<style>
span { border-color: #423A24; }
span { border-color: rgb(66,58,36); }
td.TdClassName
{
border-color: #423A24;
}
.TagClassName
{
border-color: #423A24;
}
</style>