#462C1E

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

Shades of Morocco Brown #462C1E

Tints of Morocco Brown #462C1E

Color information

#462C1E (or 0x462C1E) is unknown color: approx Morocco Brown. HEX triplet: 46, 2C and 1E. RGB value is (70,44,30). Sum of RGB (Red+Green+Blue) = 70+44+30=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C1E is #B9D3E1. Grayscale: #323232. Windows color (decimal): -12178402 or 1977414. OLE color: 1977414.

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

Color convert

RGB704430-
CMYK00.370.570.73
HSL21º40%19.61%-
HSV(B)21º57.14%27.45%-
XYZ3.663.21.65-
YUV50.18116.61142.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=48.61%
G=30.56%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70443000.370.570.73214019.61
Hex462C1E0253949152814
Octal106543604571111255024
Binary100011010110011110010010111100110010011010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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