Shades of Birch #423C30
Tints of Birch #423C30
RGB
CMYK
RGB Variations
Color information
#423C30 (or 0x423C30) is known color: Birch. HEX triplet: 42, 3C and 30. RGB value is (66,60,48). Sum of RGB (Red+Green+Blue) = 66+60+48=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C30 is #BDC3CF. Grayscale: #3C3C3C. Windows color (decimal): -12436432 or 3161154. OLE color: 3161154.
HSL color Cylindrical-coordinate representation of color #423C30: hue angle of 40º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423C30 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 48 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.74 |
| HSL | 40º | 0.16% | 0.22% | - |
| HSV(B) | 40º | 0.27% | 0.26% | - |
| XYZ | 4.4 | 4.6 | 3.45 | - |
| YUV | 60.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 48 | 0 | 0.09 | 0.27 | 0.74 | 40 | 0.16 | 0.22 |
| Hex | 42 | 3C | 30 | 0 | 9 | 1B | 4A | 28 | 10 | 16 |
| Octal | 102 | 74 | 60 | 0 | 11 | 33 | 112 | 50 | 20 | 26 |
| Binary | 1000010 | 111100 | 110000 | 0 | 1001 | 11011 | 1001010 | 101000 | 10000 | 10110 |
Color Harmonies of #423C30
Complementary color
Monochromatic Colors of #423C30
Black with #423C30
Text Example
Text Example
White with #423C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C30; }
p { color: rgb(66,60,48); }
H1.HeaderClassName
{
color: #423C30;
}
.AnyTagClassName
{
color: #423C30;
}
</style>
background-color css
<style>
a { background-color: #423C30; }
a { background-color: rgb(66,60,48); }
div.DivClassName
{
background-color: #423C30;
}
.BgClassName
{
background-color: #423C30;
}
</style>
border-color css
<style>
span { border-color: #423C30; }
span { border-color: rgb(66,60,48); }
td.TdClassName
{
border-color: #423C30;
}
.TagClassName
{
border-color: #423C30;
}
</style>