Shades of Birch #423A2B
Tints of Birch #423A2B
RGB
CMYK
RGB Variations
Color information
#423A2B (or 0x423A2B) is known color: Birch. HEX triplet: 42, 3A and 2B. RGB value is (66,58,43). Sum of RGB (Red+Green+Blue) = 66+58+43=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A2B is #BDC5D4. Grayscale: #3A3A3A. Windows color (decimal): -12436949 or 2832962. OLE color: 2832962.
HSL color Cylindrical-coordinate representation of color #423A2B: hue angle of 39.13º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423A2B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 43 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.74 |
| HSL | 39.13º | 0.21% | 0.21% | - |
| HSV(B) | 39.13º | 0.35% | 0.26% | - |
| XYZ | 4.2 | 4.36 | 2.91 | - |
| YUV | 58.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 43 | 0 | 0.12 | 0.35 | 0.74 | 39.13 | 0.21 | 0.21 |
| Hex | 42 | 3A | 2B | 0 | C | 23 | 4A | 27 | 15 | 15 |
| Octal | 102 | 72 | 53 | 0 | 14 | 43 | 112 | 47 | 25 | 25 |
| Binary | 1000010 | 111010 | 101011 | 0 | 1100 | 100011 | 1001010 | 100111 | 10101 | 10101 |
Color Harmonies of #423A2B
Complementary color
Monochromatic Colors of #423A2B
Black with #423A2B
Text Example
Text Example
White with #423A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A2B; }
p { color: rgb(66,58,43); }
H1.HeaderClassName
{
color: #423A2B;
}
.AnyTagClassName
{
color: #423A2B;
}
</style>
background-color css
<style>
a { background-color: #423A2B; }
a { background-color: rgb(66,58,43); }
div.DivClassName
{
background-color: #423A2B;
}
.BgClassName
{
background-color: #423A2B;
}
</style>
border-color css
<style>
span { border-color: #423A2B; }
span { border-color: rgb(66,58,43); }
td.TdClassName
{
border-color: #423A2B;
}
.TagClassName
{
border-color: #423A2B;
}
</style>