#462F21

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

Shades of Morocco Brown #462F21

Tints of Morocco Brown #462F21

Color information

#462F21 (or 0x462F21) is unknown color: approx Morocco Brown. HEX triplet: 46, 2F and 21. RGB value is (70,47,33). Sum of RGB (Red+Green+Blue) = 70+47+33=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F21 is #B9D0DE. Grayscale: #343434. Windows color (decimal): -12177631 or 2174790. OLE color: 2174790.

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

Color convert

RGB704733-
CMYK00.330.530.73
HSL22.7º35.92%20.2%-
HSV(B)22.7º52.86%27.45%-
XYZ3.823.441.9-
YUV52.28117.12140.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 33 (13.28% from 255) = 22%
R=46.67%
G=31.33%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70473300.330.530.7322.735.9220.2
Hex462F210213549172414
Octal106574104165111274424
Binary1000110101111100001010000111010110010011011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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