Shades of Scrub #3F4433
Tints of Scrub #3F4433
RGB
CMYK
RGB Variations
Color information
#3F4433 (or 0x3F4433) is known color: Scrub. HEX triplet: 3F, 44 and 33. RGB value is (63,68,51). Sum of RGB (Red+Green+Blue) = 63+68+51=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4433 is #C0BBCC. Grayscale: #404040. Windows color (decimal): -12630989 or 3359807. OLE color: 3359807.
HSL color Cylindrical-coordinate representation of color #3F4433: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4433 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 51 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.73 |
| HSL | 77.65º | 0.14% | 0.23% | - |
| HSV(B) | 77.65º | 0.25% | 0.27% | - |
| XYZ | 4.71 | 5.43 | 3.93 | - |
| YUV | 64.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 51 | 0.07 | 0 | 0.25 | 0.73 | 77.65 | 0.14 | 0.23 |
| Hex | 3F | 44 | 33 | 7 | 0 | 19 | 49 | 4E | E | 17 |
| Octal | 77 | 104 | 63 | 7 | 0 | 31 | 111 | 116 | 16 | 27 |
| Binary | 111111 | 1000100 | 110011 | 111 | 0 | 11001 | 1001001 | 1001110 | 1110 | 10111 |
Color Harmonies of #3F4433
Complementary color
Monochromatic Colors of #3F4433
Black with #3F4433
Text Example
Text Example
White with #3F4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4433; }
p { color: rgb(63,68,51); }
H1.HeaderClassName
{
color: #3F4433;
}
.AnyTagClassName
{
color: #3F4433;
}
</style>
background-color css
<style>
a { background-color: #3F4433; }
a { background-color: rgb(63,68,51); }
div.DivClassName
{
background-color: #3F4433;
}
.BgClassName
{
background-color: #3F4433;
}
</style>
border-color css
<style>
span { border-color: #3F4433; }
span { border-color: rgb(63,68,51); }
td.TdClassName
{
border-color: #3F4433;
}
.TagClassName
{
border-color: #3F4433;
}
</style>