#462E21

Color #462E21 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #462E21

Tints of Morocco Brown #462E21

Color information

#462E21 (or 0x462E21) is unknown color: approx Morocco Brown. HEX triplet: 46, 2E and 21. RGB value is (70,46,33). Sum of RGB (Red+Green+Blue) = 70+46+33=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E21 is #B9D1DE. Grayscale: #333333. Windows color (decimal): -12177887 or 2174534. OLE color: 2174534.

HSL color Cylindrical-coordinate representation of color #462E21: hue angle of 21.08º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462E21 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB704633-
CMYK00.340.530.73
HSL21.08º35.92%20.2%-
HSV(B)21.08º52.86%27.45%-
XYZ3.783.371.89-
YUV51.69117.45141.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=46.98%
G=30.87%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70463300.340.530.7321.0835.9220.2
Hex462E210223549152414
Octal106564104265111254424
Binary1000110101110100001010001011010110010011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462E21; }

 p { color: rgb(70,46,33); }

 H1.HeaderClassName
 {
   color: #462E21;
 }
 .AnyTagClassName
 {
   color: #462E21;
 }
</style>
background-color css

<style>
 a { background-color: #462E21; }

 a { background-color: rgb(70,46,33); }

 div.DivClassName
 {
   background-color: #462E21;
 }
 .BgClassName
 {
   background-color: #462E21;
 }
</style>
border-color css

<style>
 span { border-color: #462E21; }

 span { border-color: rgb(70,46,33); }

 td.TdClassName
 {
   border-color: #462E21;
 }
 .TagClassName
 {
   border-color: #462E21;
 }
</style>