Shades of Woodrush #423D28
Tints of Woodrush #423D28
RGB
CMYK
RGB Variations
Color information
#423D28 (or 0x423D28) is known color: Woodrush. HEX triplet: 42, 3D and 28. RGB value is (66,61,40). Sum of RGB (Red+Green+Blue) = 66+61+40=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D28 is #BDC2D7. Grayscale: #3C3C3C. Windows color (decimal): -12436184 or 2637122. OLE color: 2637122.
HSL color Cylindrical-coordinate representation of color #423D28: hue angle of 48.46º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423D28 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 40 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.74 |
| HSL | 48.46º | 0.25% | 0.21% | - |
| HSV(B) | 48.46º | 0.39% | 0.26% | - |
| XYZ | 4.3 | 4.65 | 2.68 | - |
| YUV | 60.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 40 | 0 | 0.08 | 0.39 | 0.74 | 48.46 | 0.25 | 0.21 |
| Hex | 42 | 3D | 28 | 0 | 8 | 27 | 4A | 30 | 19 | 15 |
| Octal | 102 | 75 | 50 | 0 | 10 | 47 | 112 | 60 | 31 | 25 |
| Binary | 1000010 | 111101 | 101000 | 0 | 1000 | 100111 | 1001010 | 110000 | 11001 | 10101 |
Color Harmonies of #423D28
Complementary color
Monochromatic Colors of #423D28
Black with #423D28
Text Example
Text Example
White with #423D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D28; }
p { color: rgb(66,61,40); }
H1.HeaderClassName
{
color: #423D28;
}
.AnyTagClassName
{
color: #423D28;
}
</style>
background-color css
<style>
a { background-color: #423D28; }
a { background-color: rgb(66,61,40); }
div.DivClassName
{
background-color: #423D28;
}
.BgClassName
{
background-color: #423D28;
}
</style>
border-color css
<style>
span { border-color: #423D28; }
span { border-color: rgb(66,61,40); }
td.TdClassName
{
border-color: #423D28;
}
.TagClassName
{
border-color: #423D28;
}
</style>