Html Css Color HEX #463121 Morocco Brown

📋 copy color: '#463121'

red 70 ◦ green 49 ◦ blue 33

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

Shades of Morocco Brown #463121

Tints of Morocco Brown #463121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.24%

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 46.05%
G = 32.24%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#463121 (or 0x463121) is known color: Morocco Brown. HEX triplet: 46, 31 and 21. RGB value is (70,49,33). Sum of RGB (Red+Green+Blue) = 70+49+33=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463121 is #B9CEDE. Grayscale: #353535. Windows color (decimal): -12177119 or 2175302. OLE color: 2175302.

HSL color Cylindrical-coordinate representation of color #463121: hue angle of 25.95º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463121 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 33 -
CMYK 0 0.30 0.53 0.73
HSL 25.95º 0.36% 0.2% -
HSV(B) 25.95º 0.53% 0.27% -
XYZ 3.9 3.61 1.93 -
YUV 53.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 70 49 33 0 0.30 0.53 0.73 25.95 0.36 0.2
Hex 46 31 21 0 1E 35 49 1A 24 14
Octal 106 61 41 0 36 65 111 32 44 24
Binary 1000110 110001 100001 0 11110 110101 1001001 11010 100100 10100

Color Harmonies of #463121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463121

Black with #463121

Text Example


Text Example

White with #463121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463121; }

 p { color: rgb(70,49,33); }

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

background-color css

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

 a { background-color: rgb(70,49,33); }

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

border-color css

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

 span { border-color: rgb(70,49,33); }

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