Shades of Birch #423B2E
Tints of Birch #423B2E
RGB
CMYK
RGB Variations
Color information
#423B2E (or 0x423B2E) is known color: Birch. HEX triplet: 42, 3B and 2E. RGB value is (66,59,46). Sum of RGB (Red+Green+Blue) = 66+59+46=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B2E is #BDC4D1. Grayscale: #3B3B3B. Windows color (decimal): -12436690 or 3029826. OLE color: 3029826.
HSL color Cylindrical-coordinate representation of color #423B2E: hue angle of 39º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423B2E is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 46 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.74 |
| HSL | 39º | 0.18% | 0.22% | - |
| HSV(B) | 39º | 0.3% | 0.26% | - |
| XYZ | 4.3 | 4.48 | 3.22 | - |
| YUV | 59.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 46 | 0 | 0.11 | 0.30 | 0.74 | 39 | 0.18 | 0.22 |
| Hex | 42 | 3B | 2E | 0 | B | 1E | 4A | 27 | 12 | 16 |
| Octal | 102 | 73 | 56 | 0 | 13 | 36 | 112 | 47 | 22 | 26 |
| Binary | 1000010 | 111011 | 101110 | 0 | 1011 | 11110 | 1001010 | 100111 | 10010 | 10110 |
Color Harmonies of #423B2E
Complementary color
Monochromatic Colors of #423B2E
Black with #423B2E
Text Example
Text Example
White with #423B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B2E; }
p { color: rgb(66,59,46); }
H1.HeaderClassName
{
color: #423B2E;
}
.AnyTagClassName
{
color: #423B2E;
}
</style>
background-color css
<style>
a { background-color: #423B2E; }
a { background-color: rgb(66,59,46); }
div.DivClassName
{
background-color: #423B2E;
}
.BgClassName
{
background-color: #423B2E;
}
</style>
border-color css
<style>
span { border-color: #423B2E; }
span { border-color: rgb(66,59,46); }
td.TdClassName
{
border-color: #423B2E;
}
.TagClassName
{
border-color: #423B2E;
}
</style>