#462A1E

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

Shades of Morocco Brown #462A1E

Tints of Morocco Brown #462A1E

Color information

#462A1E (or 0x462A1E) is unknown color: approx Morocco Brown. HEX triplet: 46, 2A and 1E. RGB value is (70,42,30). Sum of RGB (Red+Green+Blue) = 70+42+30=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A1E is #B9D5E1. Grayscale: #313131. Windows color (decimal): -12178914 or 1976902. OLE color: 1976902.

HSL color Cylindrical-coordinate representation of color #462A1E: hue angle of 18º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462A1E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB704230-
CMYK00.400.570.73
HSL18º40%19.61%-
HSV(B)18º57.14%27.45%-
XYZ3.593.051.63-
YUV49117.28142.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=49.30%
G=29.58%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70423000.400.570.73184019.61
Hex462A1E0283949122814
Octal106523605071111225024
Binary100011010101011110010100011100110010011001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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