Shades of Birch #423B2B
Tints of Birch #423B2B
RGB
CMYK
RGB Variations
Color information
#423B2B (or 0x423B2B) is known color: Birch. HEX triplet: 42, 3B and 2B. RGB value is (66,59,43). Sum of RGB (Red+Green+Blue) = 66+59+43=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B2B is #BDC4D4. Grayscale: #3B3B3B. Windows color (decimal): -12436693 or 2833218. OLE color: 2833218.
HSL color Cylindrical-coordinate representation of color #423B2B: hue angle of 41.74º 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 #423B2B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 43 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.74 |
| HSL | 41.74º | 0.21% | 0.21% | - |
| HSV(B) | 41.74º | 0.35% | 0.26% | - |
| XYZ | 4.25 | 4.46 | 2.92 | - |
| YUV | 59.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 43 | 0 | 0.11 | 0.35 | 0.74 | 41.74 | 0.21 | 0.21 |
| Hex | 42 | 3B | 2B | 0 | B | 23 | 4A | 2A | 15 | 15 |
| Octal | 102 | 73 | 53 | 0 | 13 | 43 | 112 | 52 | 25 | 25 |
| Binary | 1000010 | 111011 | 101011 | 0 | 1011 | 100011 | 1001010 | 101010 | 10101 | 10101 |
Color Harmonies of #423B2B
Complementary color
Monochromatic Colors of #423B2B
Black with #423B2B
Text Example
Text Example
White with #423B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B2B; }
p { color: rgb(66,59,43); }
H1.HeaderClassName
{
color: #423B2B;
}
.AnyTagClassName
{
color: #423B2B;
}
</style>
background-color css
<style>
a { background-color: #423B2B; }
a { background-color: rgb(66,59,43); }
div.DivClassName
{
background-color: #423B2B;
}
.BgClassName
{
background-color: #423B2B;
}
</style>
border-color css
<style>
span { border-color: #423B2B; }
span { border-color: rgb(66,59,43); }
td.TdClassName
{
border-color: #423B2B;
}
.TagClassName
{
border-color: #423B2B;
}
</style>