Shades of Birch #423B2D
Tints of Birch #423B2D
RGB
CMYK
RGB Variations
Color information
#423B2D (or 0x423B2D) is known color: Birch. HEX triplet: 42, 3B and 2D. RGB value is (66,59,45). Sum of RGB (Red+Green+Blue) = 66+59+45=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B2D is #BDC4D2. Grayscale: #3B3B3B. Windows color (decimal): -12436691 or 2964290. OLE color: 2964290.
HSL color Cylindrical-coordinate representation of color #423B2D: hue angle of 40º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #423B2D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 45 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.74 |
| HSL | 40º | 0.19% | 0.22% | - |
| HSV(B) | 40º | 0.32% | 0.26% | - |
| XYZ | 4.28 | 4.48 | 3.12 | - |
| YUV | 59.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 45 | 0 | 0.11 | 0.32 | 0.74 | 40 | 0.19 | 0.22 |
| Hex | 42 | 3B | 2D | 0 | B | 20 | 4A | 28 | 13 | 16 |
| Octal | 102 | 73 | 55 | 0 | 13 | 40 | 112 | 50 | 23 | 26 |
| Binary | 1000010 | 111011 | 101101 | 0 | 1011 | 100000 | 1001010 | 101000 | 10011 | 10110 |
Color Harmonies of #423B2D
Complementary color
Monochromatic Colors of #423B2D
Black with #423B2D
Text Example
Text Example
White with #423B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B2D; }
p { color: rgb(66,59,45); }
H1.HeaderClassName
{
color: #423B2D;
}
.AnyTagClassName
{
color: #423B2D;
}
</style>
background-color css
<style>
a { background-color: #423B2D; }
a { background-color: rgb(66,59,45); }
div.DivClassName
{
background-color: #423B2D;
}
.BgClassName
{
background-color: #423B2D;
}
</style>
border-color css
<style>
span { border-color: #423B2D; }
span { border-color: rgb(66,59,45); }
td.TdClassName
{
border-color: #423B2D;
}
.TagClassName
{
border-color: #423B2D;
}
</style>