#462A21

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

Shades of Morocco Brown #462A21

Tints of Morocco Brown #462A21

Color information

#462A21 (or 0x462A21) is unknown color: approx Morocco Brown. HEX triplet: 46, 2A and 21. RGB value is (70,42,33). Sum of RGB (Red+Green+Blue) = 70+42+33=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A21 is #B9D5DE. Grayscale: #313131. Windows color (decimal): -12178911 or 2173510. OLE color: 2173510.

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

Color convert

RGB704233-
CMYK00.400.530.73
HSL14.59º35.92%20.2%-
HSV(B)14.59º52.86%27.45%-
XYZ3.633.071.84-
YUV49.35118.78142.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=48.28%
G=28.97%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70423300.400.530.7314.5935.9220.2
Hex462A210283549f2414
Octal106524105065111174424
Binary100011010101010000101010001101011001001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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