Shades of Morocco Brown #462F23
Tints of Morocco Brown #462F23
RGB
CMYK
RGB Variations
Color information
#462F23 (or 0x462F23) is known color: Morocco Brown. HEX triplet: 46, 2F and 23. RGB value is (70,47,35). Sum of RGB (Red+Green+Blue) = 70+47+35=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F23 is #B9D0DC. Grayscale: #343434. Windows color (decimal): -12177629 or 2305862. OLE color: 2305862.
HSL color Cylindrical-coordinate representation of color #462F23: hue angle of 20.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462F23 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 35 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.73 |
| HSL | 20.57º | 0.33% | 0.21% | - |
| HSV(B) | 20.57º | 0.5% | 0.27% | - |
| XYZ | 3.85 | 3.46 | 2.05 | - |
| YUV | 52.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 35 | 0 | 0.33 | 0.5 | 0.73 | 20.57 | 0.33 | 0.21 |
| Hex | 46 | 2F | 23 | 0 | 21 | 32 | 49 | 15 | 21 | 15 |
| Octal | 106 | 57 | 43 | 0 | 41 | 62 | 111 | 25 | 41 | 25 |
| Binary | 1000110 | 101111 | 100011 | 0 | 100001 | 110010 | 1001001 | 10101 | 100001 | 10101 |
Color Harmonies of #462F23
Complementary color
Monochromatic Colors of #462F23
Black with #462F23
Text Example
Text Example
White with #462F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F23; }
p { color: rgb(70,47,35); }
H1.HeaderClassName
{
color: #462F23;
}
.AnyTagClassName
{
color: #462F23;
}
</style>
background-color css
<style>
a { background-color: #462F23; }
a { background-color: rgb(70,47,35); }
div.DivClassName
{
background-color: #462F23;
}
.BgClassName
{
background-color: #462F23;
}
</style>
border-color css
<style>
span { border-color: #462F23; }
span { border-color: rgb(70,47,35); }
td.TdClassName
{
border-color: #462F23;
}
.TagClassName
{
border-color: #462F23;
}
</style>