#462E1C

Color #462E1C Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #462E1C

Tints of Morocco Brown #462E1C

Color information

#462E1C (or 0x462E1C) is unknown color: approx 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

RGB704628-
CMYK00.340.600.73
HSL25.71º42.86%19.22%-
HSV(B)25.71º60%27.45%-
XYZ3.713.341.55-
YUV51.12114.95141.46-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70462800.340.600.7325.7142.8619.22
Hex462E1C0223C491a2b13
Octal106563404274111325323
Binary100011010111011100010001011110010010011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>