Shades of Scrub #3F4329
Tints of Scrub #3F4329
RGB
CMYK
RGB Variations
Color information
#3F4329 (or 0x3F4329) is known color: Scrub. HEX triplet: 3F, 43 and 29. RGB value is (63,67,41). Sum of RGB (Red+Green+Blue) = 63+67+41=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4329 is #C0BCD6. Grayscale: #3E3E3E. Windows color (decimal): -12631255 or 2704191. OLE color: 2704191.
HSL color Cylindrical-coordinate representation of color #3F4329: hue angle of 69.23º degrees, saturation: 0.24, 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 #3F4329 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 41 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.74 |
| HSL | 69.23º | 0.24% | 0.21% | - |
| HSV(B) | 69.23º | 0.39% | 0.26% | - |
| XYZ | 4.46 | 5.23 | 2.87 | - |
| YUV | 62.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 41 | 0.06 | 0 | 0.39 | 0.74 | 69.23 | 0.24 | 0.21 |
| Hex | 3F | 43 | 29 | 6 | 0 | 27 | 4A | 45 | 18 | 15 |
| Octal | 77 | 103 | 51 | 6 | 0 | 47 | 112 | 105 | 30 | 25 |
| Binary | 111111 | 1000011 | 101001 | 110 | 0 | 100111 | 1001010 | 1000101 | 11000 | 10101 |
Color Harmonies of #3F4329
Complementary color
Monochromatic Colors of #3F4329
Black with #3F4329
Text Example
Text Example
White with #3F4329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4329; }
p { color: rgb(63,67,41); }
H1.HeaderClassName
{
color: #3F4329;
}
.AnyTagClassName
{
color: #3F4329;
}
</style>
background-color css
<style>
a { background-color: #3F4329; }
a { background-color: rgb(63,67,41); }
div.DivClassName
{
background-color: #3F4329;
}
.BgClassName
{
background-color: #3F4329;
}
</style>
border-color css
<style>
span { border-color: #3F4329; }
span { border-color: rgb(63,67,41); }
td.TdClassName
{
border-color: #3F4329;
}
.TagClassName
{
border-color: #3F4329;
}
</style>