Shades of Woodrush #423E2F
Tints of Woodrush #423E2F
RGB
CMYK
RGB Variations
Color information
#423E2F (or 0x423E2F) is known color: Woodrush. HEX triplet: 42, 3E and 2F. RGB value is (66,62,47). Sum of RGB (Red+Green+Blue) = 66+62+47=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #423E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E2F is #BDC1D0. Grayscale: #3D3D3D. Windows color (decimal): -12435921 or 3096130. OLE color: 3096130.
HSL color Cylindrical-coordinate representation of color #423E2F: hue angle of 47.37º 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 #423E2F is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 47 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.74 |
| HSL | 47.37º | 0.17% | 0.22% | - |
| HSV(B) | 47.37º | 0.29% | 0.26% | - |
| XYZ | 4.48 | 4.81 | 3.38 | - |
| YUV | 61.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 47 | 0 | 0.06 | 0.29 | 0.74 | 47.37 | 0.17 | 0.22 |
| Hex | 42 | 3E | 2F | 0 | 6 | 1D | 4A | 2F | 11 | 16 |
| Octal | 102 | 76 | 57 | 0 | 6 | 35 | 112 | 57 | 21 | 26 |
| Binary | 1000010 | 111110 | 101111 | 0 | 110 | 11101 | 1001010 | 101111 | 10001 | 10110 |
Color Harmonies of #423E2F
Complementary color
Monochromatic Colors of #423E2F
Black with #423E2F
Text Example
Text Example
White with #423E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E2F; }
p { color: rgb(66,62,47); }
H1.HeaderClassName
{
color: #423E2F;
}
.AnyTagClassName
{
color: #423E2F;
}
</style>
background-color css
<style>
a { background-color: #423E2F; }
a { background-color: rgb(66,62,47); }
div.DivClassName
{
background-color: #423E2F;
}
.BgClassName
{
background-color: #423E2F;
}
</style>
border-color css
<style>
span { border-color: #423E2F; }
span { border-color: rgb(66,62,47); }
td.TdClassName
{
border-color: #423E2F;
}
.TagClassName
{
border-color: #423E2F;
}
</style>