#462D21

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

Shades of Morocco Brown #462D21

Tints of Morocco Brown #462D21

Color information

#462D21 (or 0x462D21) is unknown color: approx Morocco Brown. HEX triplet: 46, 2D and 21. RGB value is (70,45,33). Sum of RGB (Red+Green+Blue) = 70+45+33=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #462D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D21 is #B9D2DE. Grayscale: #333333. Windows color (decimal): -12178143 or 2174278. OLE color: 2174278.

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

Color convert

RGB704533-
CMYK00.360.530.73
HSL19.46º35.92%20.2%-
HSV(B)19.46º52.86%27.45%-
XYZ3.743.291.88-
YUV51.11117.78141.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=47.30%
G=30.41%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70453300.360.530.7319.4635.9220.2
Hex462D210243549132414
Octal106554104465111234424
Binary1000110101101100001010010011010110010011001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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