Shades of Woodrush #433D27
Tints of Woodrush #433D27
RGB
CMYK
RGB Variations
Color information
#433D27 (or 0x433D27) is known color: Woodrush. HEX triplet: 43, 3D and 27. RGB value is (67,61,39). Sum of RGB (Red+Green+Blue) = 67+61+39=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 67 - color contains mainly: red. Hex color #433D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D27 is #BCC2D8. Grayscale: #3C3C3C. Windows color (decimal): -12370649 or 2571587. OLE color: 2571587.
HSL color Cylindrical-coordinate representation of color #433D27: hue angle of 47.14º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #433D27 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 61 | 39 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.74 |
| HSL | 47.14º | 0.26% | 0.21% | - |
| HSV(B) | 47.14º | 0.42% | 0.26% | - |
| XYZ | 4.35 | 4.68 | 2.59 | - |
| YUV | 60.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 39 | 0 | 0.09 | 0.42 | 0.74 | 47.14 | 0.26 | 0.21 |
| Hex | 43 | 3D | 27 | 0 | 9 | 2A | 4A | 2F | 1A | 15 |
| Octal | 103 | 75 | 47 | 0 | 11 | 52 | 112 | 57 | 32 | 25 |
| Binary | 1000011 | 111101 | 100111 | 0 | 1001 | 101010 | 1001010 | 101111 | 11010 | 10101 |
Color Harmonies of #433D27
Complementary color
Monochromatic Colors of #433D27
Black with #433D27
Text Example
Text Example
White with #433D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D27; }
p { color: rgb(67,61,39); }
H1.HeaderClassName
{
color: #433D27;
}
.AnyTagClassName
{
color: #433D27;
}
</style>
background-color css
<style>
a { background-color: #433D27; }
a { background-color: rgb(67,61,39); }
div.DivClassName
{
background-color: #433D27;
}
.BgClassName
{
background-color: #433D27;
}
</style>
border-color css
<style>
span { border-color: #433D27; }
span { border-color: rgb(67,61,39); }
td.TdClassName
{
border-color: #433D27;
}
.TagClassName
{
border-color: #433D27;
}
</style>