Shades of Woodrush #433F2D
Tints of Woodrush #433F2D
RGB
CMYK
RGB Variations
Color information
#433F2D (or 0x433F2D) is known color: Woodrush. HEX triplet: 43, 3F and 2D. RGB value is (67,63,45). Sum of RGB (Red+Green+Blue) = 67+63+45=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 67 - color contains mainly: red. Hex color #433F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433F2D is #BCC0D2. Grayscale: #3E3E3E. Windows color (decimal): -12370131 or 2965315. OLE color: 2965315.
HSL color Cylindrical-coordinate representation of color #433F2D: hue angle of 49.09º 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 #433F2D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 63 | 45 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.74 |
| HSL | 49.09º | 0.2% | 0.22% | - |
| HSV(B) | 49.09º | 0.33% | 0.26% | - |
| XYZ | 4.57 | 4.94 | 3.2 | - |
| YUV | 62.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 45 | 0 | 0.06 | 0.33 | 0.74 | 49.09 | 0.2 | 0.22 |
| Hex | 43 | 3F | 2D | 0 | 6 | 21 | 4A | 31 | 14 | 16 |
| Octal | 103 | 77 | 55 | 0 | 6 | 41 | 112 | 61 | 24 | 26 |
| Binary | 1000011 | 111111 | 101101 | 0 | 110 | 100001 | 1001010 | 110001 | 10100 | 10110 |
Color Harmonies of #433F2D
Complementary color
Monochromatic Colors of #433F2D
Black with #433F2D
Text Example
Text Example
White with #433F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F2D; }
p { color: rgb(67,63,45); }
H1.HeaderClassName
{
color: #433F2D;
}
.AnyTagClassName
{
color: #433F2D;
}
</style>
background-color css
<style>
a { background-color: #433F2D; }
a { background-color: rgb(67,63,45); }
div.DivClassName
{
background-color: #433F2D;
}
.BgClassName
{
background-color: #433F2D;
}
</style>
border-color css
<style>
span { border-color: #433F2D; }
span { border-color: rgb(67,63,45); }
td.TdClassName
{
border-color: #433F2D;
}
.TagClassName
{
border-color: #433F2D;
}
</style>