#463122

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

Shades of Morocco Brown #463122

Tints of Morocco Brown #463122

Color information

#463122 (or 0x463122) is unknown color: approx Morocco Brown. HEX triplet: 46, 31 and 22. RGB value is (70,49,34). Sum of RGB (Red+Green+Blue) = 70+49+34=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #463122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463122 is #B9CEDD. Grayscale: #353535. Windows color (decimal): -12177118 or 2240838. OLE color: 2240838.

HSL color Cylindrical-coordinate representation of color #463122: hue angle of 25º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463122 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB704934-
CMYK00.300.510.73
HSL25º34.62%20.39%-
HSV(B)25º51.43%27.45%-
XYZ3.913.612-
YUV53.57116.96139.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=45.75%
G=32.03%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70493400.300.510.732534.6220.39
Hex46312201E3349192314
Octal106614203663111314324
Binary100011011000110001001111011001110010011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463122; }

 p { color: rgb(70,49,34); }

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

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

 a { background-color: rgb(70,49,34); }

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

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

 span { border-color: rgb(70,49,34); }

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