Html Css Color HEX #462E1C Morocco Brown

📋 copy color: '#462E1C'

red 70 ◦ green 46 ◦ blue 28

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

Shades of Morocco Brown #462E1C

Tints of Morocco Brown #462E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.94%

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 48.61%
G = 31.94%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#462E1C (or 0x462E1C) is known color: Morocco Brown. HEX triplet: 46, 2E and 1C. RGB value is (70,46,28). Sum of RGB (Red+Green+Blue) = 70+46+28=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E1C is #B9D1E3. Grayscale: #333333. Windows color (decimal): -12177892 or 1846854. OLE color: 1846854.

HSL color Cylindrical-coordinate representation of color #462E1C: hue angle of 25.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462E1C is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 46 28 -
CMYK 0 0.34 0.60 0.73
HSL 25.71º 0.43% 0.19% -
HSV(B) 25.71º 0.6% 0.27% -
XYZ 3.71 3.34 1.55 -
YUV 51.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 70 46 28 0 0.34 0.60 0.73 25.71 0.43 0.19
Hex 46 2E 1C 0 22 3C 49 1A 2B 13
Octal 106 56 34 0 42 74 111 32 53 23
Binary 1000110 101110 11100 0 100010 111100 1001001 11010 101011 10011

Color Harmonies of #462E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E1C

Black with #462E1C

Text Example


Text Example

White with #462E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E1C; }

 p { color: rgb(70,46,28); }

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

background-color css

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

 a { background-color: rgb(70,46,28); }

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

border-color css

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

 span { border-color: rgb(70,46,28); }

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