Shades of Birch #423B29
Tints of Birch #423B29
RGB
CMYK
RGB Variations
Color information
#423B29 (or 0x423B29) is known color: Birch. HEX triplet: 42, 3B and 29. RGB value is (66,59,41). Sum of RGB (Red+Green+Blue) = 66+59+41=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B29 is #BDC4D6. Grayscale: #3B3B3B. Windows color (decimal): -12436695 or 2702146. OLE color: 2702146.
HSL color Cylindrical-coordinate representation of color #423B29: hue angle of 43.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423B29 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 41 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.74 |
| HSL | 43.2º | 0.23% | 0.21% | - |
| HSV(B) | 43.2º | 0.38% | 0.26% | - |
| XYZ | 4.21 | 4.45 | 2.73 | - |
| YUV | 59.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 41 | 0 | 0.11 | 0.38 | 0.74 | 43.2 | 0.23 | 0.21 |
| Hex | 42 | 3B | 29 | 0 | B | 26 | 4A | 2B | 17 | 15 |
| Octal | 102 | 73 | 51 | 0 | 13 | 46 | 112 | 53 | 27 | 25 |
| Binary | 1000010 | 111011 | 101001 | 0 | 1011 | 100110 | 1001010 | 101011 | 10111 | 10101 |
Color Harmonies of #423B29
Complementary color
Monochromatic Colors of #423B29
Black with #423B29
Text Example
Text Example
White with #423B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B29; }
p { color: rgb(66,59,41); }
H1.HeaderClassName
{
color: #423B29;
}
.AnyTagClassName
{
color: #423B29;
}
</style>
background-color css
<style>
a { background-color: #423B29; }
a { background-color: rgb(66,59,41); }
div.DivClassName
{
background-color: #423B29;
}
.BgClassName
{
background-color: #423B29;
}
</style>
border-color css
<style>
span { border-color: #423B29; }
span { border-color: rgb(66,59,41); }
td.TdClassName
{
border-color: #423B29;
}
.TagClassName
{
border-color: #423B29;
}
</style>