#46301E

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

Shades of Morocco Brown #46301E

Tints of Morocco Brown #46301E

Color information

#46301E (or 0x46301E) is unknown color: approx Morocco Brown. HEX triplet: 46, 30 and 1E. RGB value is (70,48,30). Sum of RGB (Red+Green+Blue) = 70+48+30=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46301E is #B9CFE1. Grayscale: #343434. Windows color (decimal): -12177378 or 1978438. OLE color: 1978438.

HSL color Cylindrical-coordinate representation of color #46301E: hue angle of 27º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46301E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB704830-
CMYK00.310.570.73
HSL27º40%19.61%-
HSV(B)27º57.14%27.45%-
XYZ3.823.511.7-
YUV52.53115.29140.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=47.30%
G=32.43%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70483000.310.570.73274019.61
Hex46301E01F39491b2814
Octal106603603771111335024
Binary10001101100001111001111111100110010011101110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46301E; }

 p { color: rgb(70,48,30); }

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

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

 a { background-color: rgb(70,48,30); }

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

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

 span { border-color: rgb(70,48,30); }

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