#462B21

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

Shades of Morocco Brown #462B21

Tints of Morocco Brown #462B21

Color information

#462B21 (or 0x462B21) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 21. RGB value is (70,43,33). Sum of RGB (Red+Green+Blue) = 70+43+33=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B21 is #B9D4DE. Grayscale: #323232. Windows color (decimal): -12178655 or 2173766. OLE color: 2173766.

HSL color Cylindrical-coordinate representation of color #462B21: hue angle of 16.22º 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 #462B21 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB704333-
CMYK00.390.530.73
HSL16.22º35.92%20.2%-
HSV(B)16.22º52.86%27.45%-
XYZ3.663.141.85-
YUV49.93118.45142.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=47.95%
G=29.45%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70433300.390.530.7316.2235.9220.2
Hex462B210273549102414
Octal106534104765111204424
Binary1000110101011100001010011111010110010011000010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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