Html Css Color HEX #46291E Morocco Brown

📋 copy color: '#46291E'

red 70 ◦ green 41 ◦ blue 30

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

Shades of Morocco Brown #46291E

Tints of Morocco Brown #46291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

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

R = 49.65%
G = 29.08%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46291E (or 0x46291E) is known color: Morocco Brown. HEX triplet: 46, 29 and 1E. RGB value is (70,41,30). Sum of RGB (Red+Green+Blue) = 70+41+30=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #46291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46291E is #B9D6E1. Grayscale: #303030. Windows color (decimal): -12179170 or 1976646. OLE color: 1976646.

HSL color Cylindrical-coordinate representation of color #46291E: hue angle of 16.5º 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 #46291E is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 41 30 -
CMYK 0 0.41 0.57 0.73
HSL 16.5º 0.4% 0.2% -
HSV(B) 16.5º 0.57% 0.27% -
XYZ 3.55 2.98 1.62 -
YUV 48.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 70 41 30 0 0.41 0.57 0.73 16.5 0.4 0.2
Hex 46 29 1E 0 29 39 49 10 28 14
Octal 106 51 36 0 51 71 111 20 50 24
Binary 1000110 101001 11110 0 101001 111001 1001001 10000 101000 10100

Color Harmonies of #46291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46291E

Black with #46291E

Text Example


Text Example

White with #46291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46291E;
 }
 .AnyTagClassName
 {
   color: #46291E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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