Shades of Birch #423B28
Tints of Birch #423B28
RGB
CMYK
RGB Variations
Color information
#423B28 (or 0x423B28) is known color: Birch. HEX triplet: 42, 3B and 28. RGB value is (66,59,40). Sum of RGB (Red+Green+Blue) = 66+59+40=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #423B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B28 is #BDC4D7. Grayscale: #3B3B3B. Windows color (decimal): -12436696 or 2636610. OLE color: 2636610.
HSL color Cylindrical-coordinate representation of color #423B28: hue angle of 43.85º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423B28 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 40 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.74 |
| HSL | 43.85º | 0.25% | 0.21% | - |
| HSV(B) | 43.85º | 0.39% | 0.26% | - |
| XYZ | 4.19 | 4.44 | 2.64 | - |
| YUV | 58.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 40 | 0 | 0.11 | 0.39 | 0.74 | 43.85 | 0.25 | 0.21 |
| Hex | 42 | 3B | 28 | 0 | B | 27 | 4A | 2C | 19 | 15 |
| Octal | 102 | 73 | 50 | 0 | 13 | 47 | 112 | 54 | 31 | 25 |
| Binary | 1000010 | 111011 | 101000 | 0 | 1011 | 100111 | 1001010 | 101100 | 11001 | 10101 |
Color Harmonies of #423B28
Complementary color
Monochromatic Colors of #423B28
Black with #423B28
Text Example
Text Example
White with #423B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B28; }
p { color: rgb(66,59,40); }
H1.HeaderClassName
{
color: #423B28;
}
.AnyTagClassName
{
color: #423B28;
}
</style>
background-color css
<style>
a { background-color: #423B28; }
a { background-color: rgb(66,59,40); }
div.DivClassName
{
background-color: #423B28;
}
.BgClassName
{
background-color: #423B28;
}
</style>
border-color css
<style>
span { border-color: #423B28; }
span { border-color: rgb(66,59,40); }
td.TdClassName
{
border-color: #423B28;
}
.TagClassName
{
border-color: #423B28;
}
</style>