#462A1F

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

Shades of Morocco Brown #462A1F

Tints of Morocco Brown #462A1F

Color information

#462A1F (or 0x462A1F) is unknown color: approx Morocco Brown. HEX triplet: 46, 2A and 1F. RGB value is (70,42,31). Sum of RGB (Red+Green+Blue) = 70+42+31=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A1F is #B9D5E0. Grayscale: #313131. Windows color (decimal): -12178913 or 2042438. OLE color: 2042438.

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

Color convert

RGB704231-
CMYK00.400.560.73
HSL16.92º38.61%19.8%-
HSV(B)16.92º55.71%27.45%-
XYZ3.63.061.7-
YUV49.12117.78142.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=48.95%
G=29.37%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70423100.400.560.7316.9238.6119.8
Hex462A1F0283849112714
Octal106523705070111214724
Binary100011010101011111010100011100010010011000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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