#462B1F

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

Shades of Morocco Brown #462B1F

Tints of Morocco Brown #462B1F

Color information

#462B1F (or 0x462B1F) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 1F. RGB value is (70,43,31). Sum of RGB (Red+Green+Blue) = 70+43+31=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B1F is #B9D4E0. Grayscale: #313131. Windows color (decimal): -12178657 or 2042694. OLE color: 2042694.

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

Color convert

RGB704331-
CMYK00.390.560.73
HSL18.46º38.61%19.8%-
HSV(B)18.46º55.71%27.45%-
XYZ3.643.131.71-
YUV49.7117.45142.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=48.61%
G=29.86%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70433100.390.560.7318.4638.6119.8
Hex462B1F0273849122714
Octal106533704770111224724
Binary100011010101111111010011111100010010011001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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