Shades of Birch #423B2C
Tints of Birch #423B2C
RGB
CMYK
RGB Variations
Color information
#423B2C (or 0x423B2C) is known color: Birch. HEX triplet: 42, 3B and 2C. RGB value is (66,59,44). Sum of RGB (Red+Green+Blue) = 66+59+44=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #423B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B2C is #BDC4D3. Grayscale: #3B3B3B. Windows color (decimal): -12436692 or 2898754. OLE color: 2898754.
HSL color Cylindrical-coordinate representation of color #423B2C: hue angle of 40.91º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #423B2C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 44 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.74 |
| HSL | 40.91º | 0.2% | 0.22% | - |
| HSV(B) | 40.91º | 0.33% | 0.26% | - |
| XYZ | 4.27 | 4.47 | 3.02 | - |
| YUV | 59.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 44 | 0 | 0.11 | 0.33 | 0.74 | 40.91 | 0.2 | 0.22 |
| Hex | 42 | 3B | 2C | 0 | B | 21 | 4A | 29 | 14 | 16 |
| Octal | 102 | 73 | 54 | 0 | 13 | 41 | 112 | 51 | 24 | 26 |
| Binary | 1000010 | 111011 | 101100 | 0 | 1011 | 100001 | 1001010 | 101001 | 10100 | 10110 |
Color Harmonies of #423B2C
Complementary color
Monochromatic Colors of #423B2C
Black with #423B2C
Text Example
Text Example
White with #423B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B2C; }
p { color: rgb(66,59,44); }
H1.HeaderClassName
{
color: #423B2C;
}
.AnyTagClassName
{
color: #423B2C;
}
</style>
background-color css
<style>
a { background-color: #423B2C; }
a { background-color: rgb(66,59,44); }
div.DivClassName
{
background-color: #423B2C;
}
.BgClassName
{
background-color: #423B2C;
}
</style>
border-color css
<style>
span { border-color: #423B2C; }
span { border-color: rgb(66,59,44); }
td.TdClassName
{
border-color: #423B2C;
}
.TagClassName
{
border-color: #423B2C;
}
</style>