Shades of Woodrush #423D2F
Tints of Woodrush #423D2F
RGB
CMYK
RGB Variations
Color information
#423D2F (or 0x423D2F) is known color: Woodrush. HEX triplet: 42, 3D and 2F. RGB value is (66,61,47). Sum of RGB (Red+Green+Blue) = 66+61+47=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D2F is #BDC2D0. Grayscale: #3C3C3C. Windows color (decimal): -12436177 or 3095874. OLE color: 3095874.
HSL color Cylindrical-coordinate representation of color #423D2F: hue angle of 44.21º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #423D2F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 47 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.74 |
| HSL | 44.21º | 0.17% | 0.22% | - |
| HSV(B) | 44.21º | 0.29% | 0.26% | - |
| XYZ | 4.43 | 4.7 | 3.36 | - |
| YUV | 60.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 47 | 0 | 0.08 | 0.29 | 0.74 | 44.21 | 0.17 | 0.22 |
| Hex | 42 | 3D | 2F | 0 | 8 | 1D | 4A | 2C | 11 | 16 |
| Octal | 102 | 75 | 57 | 0 | 10 | 35 | 112 | 54 | 21 | 26 |
| Binary | 1000010 | 111101 | 101111 | 0 | 1000 | 11101 | 1001010 | 101100 | 10001 | 10110 |
Color Harmonies of #423D2F
Complementary color
Monochromatic Colors of #423D2F
Black with #423D2F
Text Example
Text Example
White with #423D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D2F; }
p { color: rgb(66,61,47); }
H1.HeaderClassName
{
color: #423D2F;
}
.AnyTagClassName
{
color: #423D2F;
}
</style>
background-color css
<style>
a { background-color: #423D2F; }
a { background-color: rgb(66,61,47); }
div.DivClassName
{
background-color: #423D2F;
}
.BgClassName
{
background-color: #423D2F;
}
</style>
border-color css
<style>
span { border-color: #423D2F; }
span { border-color: rgb(66,61,47); }
td.TdClassName
{
border-color: #423D2F;
}
.TagClassName
{
border-color: #423D2F;
}
</style>