Shades of Woodrush #43413A
Tints of Woodrush #43413A
RGB
CMYK
RGB Variations
Color information
#43413A (or 0x43413A) is known color: Woodrush. HEX triplet: 43, 41 and 3A. RGB value is (67,65,58). Sum of RGB (Red+Green+Blue) = 67+65+58=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 67 - color contains mainly: red. Hex color #43413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43413A is #BCBEC5. Grayscale: #404040. Windows color (decimal): -12369606 or 3817795. OLE color: 3817795.
HSL color Cylindrical-coordinate representation of color #43413A: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #43413A is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 58 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.74 |
| HSL | 46.67º | 0.07% | 0.25% | - |
| HSV(B) | 46.67º | 0.13% | 0.26% | - |
| XYZ | 4.97 | 5.28 | 4.76 | - |
| YUV | 64.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 58 | 0 | 0.03 | 0.13 | 0.74 | 46.67 | 0.07 | 0.25 |
| Hex | 43 | 41 | 3A | 0 | 3 | D | 4A | 2F | 7 | 19 |
| Octal | 103 | 101 | 72 | 0 | 3 | 15 | 112 | 57 | 7 | 31 |
| Binary | 1000011 | 1000001 | 111010 | 0 | 11 | 1101 | 1001010 | 101111 | 111 | 11001 |
Color Harmonies of #43413A
Complementary color
Monochromatic Colors of #43413A
Black with #43413A
Text Example
Text Example
White with #43413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43413A; }
p { color: rgb(67,65,58); }
H1.HeaderClassName
{
color: #43413A;
}
.AnyTagClassName
{
color: #43413A;
}
</style>
background-color css
<style>
a { background-color: #43413A; }
a { background-color: rgb(67,65,58); }
div.DivClassName
{
background-color: #43413A;
}
.BgClassName
{
background-color: #43413A;
}
</style>
border-color css
<style>
span { border-color: #43413A; }
span { border-color: rgb(67,65,58); }
td.TdClassName
{
border-color: #43413A;
}
.TagClassName
{
border-color: #43413A;
}
</style>