#462C21

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

Shades of Morocco Brown #462C21

Tints of Morocco Brown #462C21

Color information

#462C21 (or 0x462C21) is unknown color: approx Morocco Brown. HEX triplet: 46, 2C and 21. RGB value is (70,44,33). Sum of RGB (Red+Green+Blue) = 70+44+33=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C21 is #B9D3DE. Grayscale: #323232. Windows color (decimal): -12178399 or 2174022. OLE color: 2174022.

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

Color convert

RGB704433-
CMYK00.370.530.73
HSL17.84º35.92%20.2%-
HSV(B)17.84º52.86%27.45%-
XYZ3.73.211.86-
YUV50.52118.11141.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=47.62%
G=29.93%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70443300.370.530.7317.8435.9220.2
Hex462C210253549122414
Octal106544104565111224424
Binary1000110101100100001010010111010110010011001010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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