#462E1F

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

Shades of Morocco Brown #462E1F

Tints of Morocco Brown #462E1F

Color information

#462E1F (or 0x462E1F) is unknown color: approx Morocco Brown. HEX triplet: 46, 2E and 1F. RGB value is (70,46,31). Sum of RGB (Red+Green+Blue) = 70+46+31=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E1F is #B9D1E0. Grayscale: #333333. Windows color (decimal): -12177889 or 2043462. OLE color: 2043462.

HSL color Cylindrical-coordinate representation of color #462E1F: hue angle of 23.08º 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 #462E1F is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB704631-
CMYK00.340.560.73
HSL23.08º38.61%19.8%-
HSV(B)23.08º55.71%27.45%-
XYZ3.753.361.75-
YUV51.47116.45141.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=47.62%
G=31.29%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70463100.340.560.7323.0838.6119.8
Hex462E1F0223849172714
Octal106563704270111274724
Binary100011010111011111010001011100010010011011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #462E1F;
 }
 .AnyTagClassName
 {
   color: #462E1F;
 }
</style>
background-color css

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

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

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

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

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

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