Shades of Scrub #3F432E
Tints of Scrub #3F432E
RGB
CMYK
RGB Variations
Color information
#3F432E (or 0x3F432E) is known color: Scrub. HEX triplet: 3F, 43 and 2E. RGB value is (63,67,46). Sum of RGB (Red+Green+Blue) = 63+67+46=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #3F432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F432E is #C0BCD1. Grayscale: #3F3F3F. Windows color (decimal): -12631250 or 3031871. OLE color: 3031871.
HSL color Cylindrical-coordinate representation of color #3F432E: hue angle of 71.43º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F432E is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 46 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.74 |
| HSL | 71.43º | 0.19% | 0.22% | - |
| HSV(B) | 71.43º | 0.31% | 0.26% | - |
| XYZ | 4.55 | 5.27 | 3.36 | - |
| YUV | 63.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 46 | 0.06 | 0 | 0.31 | 0.74 | 71.43 | 0.19 | 0.22 |
| Hex | 3F | 43 | 2E | 6 | 0 | 1F | 4A | 47 | 13 | 16 |
| Octal | 77 | 103 | 56 | 6 | 0 | 37 | 112 | 107 | 23 | 26 |
| Binary | 111111 | 1000011 | 101110 | 110 | 0 | 11111 | 1001010 | 1000111 | 10011 | 10110 |
Color Harmonies of #3F432E
Complementary color
Monochromatic Colors of #3F432E
Black with #3F432E
Text Example
Text Example
White with #3F432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F432E; }
p { color: rgb(63,67,46); }
H1.HeaderClassName
{
color: #3F432E;
}
.AnyTagClassName
{
color: #3F432E;
}
</style>
background-color css
<style>
a { background-color: #3F432E; }
a { background-color: rgb(63,67,46); }
div.DivClassName
{
background-color: #3F432E;
}
.BgClassName
{
background-color: #3F432E;
}
</style>
border-color css
<style>
span { border-color: #3F432E; }
span { border-color: rgb(63,67,46); }
td.TdClassName
{
border-color: #3F432E;
}
.TagClassName
{
border-color: #3F432E;
}
</style>