Html Css Color HEX #46301F Morocco Brown

📋 copy color: '#46301F'

red 70 ◦ green 48 ◦ blue 31

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

Shades of Morocco Brown #46301F

Tints of Morocco Brown #46301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 46.98%
G = 32.21%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46301F (or 0x46301F) is known color: Morocco Brown. HEX triplet: 46, 30 and 1F. RGB value is (70,48,31). Sum of RGB (Red+Green+Blue) = 70+48+31=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46301F is #B9CFE0. Grayscale: #343434. Windows color (decimal): -12177377 or 2043974. OLE color: 2043974.

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

Color convert

RGB 70 48 31 -
CMYK 0 0.31 0.56 0.73
HSL 26.15º 0.39% 0.2% -
HSV(B) 26.15º 0.56% 0.27% -
XYZ 3.83 3.51 1.77 -
YUV 52.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 70 48 31 0 0.31 0.56 0.73 26.15 0.39 0.2
Hex 46 30 1F 0 1F 38 49 1A 27 14
Octal 106 60 37 0 37 70 111 32 47 24
Binary 1000110 110000 11111 0 11111 111000 1001001 11010 100111 10100

Color Harmonies of #46301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46301F

Black with #46301F

Text Example


Text Example

White with #46301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46301F;
 }
 .AnyTagClassName
 {
   color: #46301F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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