Shades of Birch #433B2D
Tints of Birch #433B2D
RGB
CMYK
RGB Variations
Color information
#433B2D (or 0x433B2D) is known color: Birch. HEX triplet: 43, 3B and 2D. RGB value is (67,59,45). Sum of RGB (Red+Green+Blue) = 67+59+45=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 67 - color contains mainly: red. Hex color #433B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433B2D is #BCC4D2. Grayscale: #3B3B3B. Windows color (decimal): -12371155 or 2964291. OLE color: 2964291.
HSL color Cylindrical-coordinate representation of color #433B2D: hue angle of 38.18º 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 #433B2D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 59 | 45 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.74 |
| HSL | 38.18º | 0.2% | 0.22% | - |
| HSV(B) | 38.18º | 0.33% | 0.26% | - |
| XYZ | 4.35 | 4.51 | 3.12 | - |
| YUV | 59.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 45 | 0 | 0.12 | 0.33 | 0.74 | 38.18 | 0.2 | 0.22 |
| Hex | 43 | 3B | 2D | 0 | C | 21 | 4A | 26 | 14 | 16 |
| Octal | 103 | 73 | 55 | 0 | 14 | 41 | 112 | 46 | 24 | 26 |
| Binary | 1000011 | 111011 | 101101 | 0 | 1100 | 100001 | 1001010 | 100110 | 10100 | 10110 |
Color Harmonies of #433B2D
Complementary color
Monochromatic Colors of #433B2D
Black with #433B2D
Text Example
Text Example
White with #433B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433B2D; }
p { color: rgb(67,59,45); }
H1.HeaderClassName
{
color: #433B2D;
}
.AnyTagClassName
{
color: #433B2D;
}
</style>
background-color css
<style>
a { background-color: #433B2D; }
a { background-color: rgb(67,59,45); }
div.DivClassName
{
background-color: #433B2D;
}
.BgClassName
{
background-color: #433B2D;
}
</style>
border-color css
<style>
span { border-color: #433B2D; }
span { border-color: rgb(67,59,45); }
td.TdClassName
{
border-color: #433B2D;
}
.TagClassName
{
border-color: #433B2D;
}
</style>