Html Css Color HEX #46281D Morocco Brown

📋 copy color: '#46281D'

red 70 ◦ green 40 ◦ blue 29

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

Shades of Morocco Brown #46281D

Tints of Morocco Brown #46281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 50.36%
G = 28.78%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46281D (or 0x46281D) is known color: Morocco Brown. HEX triplet: 46, 28 and 1D. RGB value is (70,40,29). Sum of RGB (Red+Green+Blue) = 70+40+29=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #46281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46281D is #B9D7E2. Grayscale: #2F2F2F. Windows color (decimal): -12179427 or 1910854. OLE color: 1910854.

HSL color Cylindrical-coordinate representation of color #46281D: hue angle of 16.1º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46281D is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 29 -
CMYK 0 0.43 0.59 0.73
HSL 16.1º 0.41% 0.19% -
HSV(B) 16.1º 0.59% 0.27% -
XYZ 3.51 2.91 1.54 -
YUV 47.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 70 40 29 0 0.43 0.59 0.73 16.1 0.41 0.19
Hex 46 28 1D 0 2B 3B 49 10 29 13
Octal 106 50 35 0 53 73 111 20 51 23
Binary 1000110 101000 11101 0 101011 111011 1001001 10000 101001 10011

Color Harmonies of #46281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46281D

Black with #46281D

Text Example


Text Example

White with #46281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46281D; }

 p { color: rgb(70,40,29); }

 H1.HeaderClassName
 {
   color: #46281D;
 }
 .AnyTagClassName
 {
   color: #46281D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,40,29); }

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

border-color css

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

 span { border-color: rgb(70,40,29); }

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