Shades of Woodrush #433E2F
Tints of Woodrush #433E2F
RGB
CMYK
RGB Variations
Color information
#433E2F (or 0x433E2F) is known color: Woodrush. HEX triplet: 43, 3E and 2F. RGB value is (67,62,47). Sum of RGB (Red+Green+Blue) = 67+62+47=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #433E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433E2F is #BCC1D0. Grayscale: #3D3D3D. Windows color (decimal): -12370385 or 3096131. OLE color: 3096131.
HSL color Cylindrical-coordinate representation of color #433E2F: hue angle of 45º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #433E2F is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 62 | 47 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.74 |
| HSL | 45º | 0.18% | 0.22% | - |
| HSV(B) | 45º | 0.3% | 0.26% | - |
| XYZ | 4.55 | 4.84 | 3.38 | - |
| YUV | 61.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 47 | 0 | 0.07 | 0.30 | 0.74 | 45 | 0.18 | 0.22 |
| Hex | 43 | 3E | 2F | 0 | 7 | 1E | 4A | 2D | 12 | 16 |
| Octal | 103 | 76 | 57 | 0 | 7 | 36 | 112 | 55 | 22 | 26 |
| Binary | 1000011 | 111110 | 101111 | 0 | 111 | 11110 | 1001010 | 101101 | 10010 | 10110 |
Color Harmonies of #433E2F
Complementary color
Monochromatic Colors of #433E2F
Black with #433E2F
Text Example
Text Example
White with #433E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433E2F; }
p { color: rgb(67,62,47); }
H1.HeaderClassName
{
color: #433E2F;
}
.AnyTagClassName
{
color: #433E2F;
}
</style>
background-color css
<style>
a { background-color: #433E2F; }
a { background-color: rgb(67,62,47); }
div.DivClassName
{
background-color: #433E2F;
}
.BgClassName
{
background-color: #433E2F;
}
</style>
border-color css
<style>
span { border-color: #433E2F; }
span { border-color: rgb(67,62,47); }
td.TdClassName
{
border-color: #433E2F;
}
.TagClassName
{
border-color: #433E2F;
}
</style>