Html Css Color HEX #46301E Morocco Brown

📋 copy color: '#46301E'

red 70 ◦ green 48 ◦ blue 30

#46301E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #46301E

Tints of Morocco Brown #46301E

RGB

 RED value IS 70 (27.73% from 255) = 47.3%

 GREEN value IS 48 (19.14% from 255) = 32.43%

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 47.3%
G = 32.43%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46301E (or 0x46301E) is known color: 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

RGB 70 48 30 -
CMYK 0 0.31 0.57 0.73
HSL 27º 0.4% 0.2% -
HSV(B) 27º 0.57% 0.27% -
XYZ 3.82 3.51 1.7 -
YUV 52.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 70 48 30 0 0.31 0.57 0.73 27 0.4 0.2
Hex 46 30 1E 0 1F 39 49 1B 28 14
Octal 106 60 36 0 37 71 111 33 50 24
Binary 1000110 110000 11110 0 11111 111001 1001001 11011 101000 10100

Color Harmonies of #46301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46301E

Black with #46301E

Text Example


Text Example

White with #46301E

Text Example


Text Example

HTML Codes & Css Web 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>