#463126

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

Shades of Morocco Brown #463126

Tints of Morocco Brown #463126

Color information

#463126 (or 0x463126) is unknown color: approx Morocco Brown. HEX triplet: 46, 31 and 26. RGB value is (70,49,38). Sum of RGB (Red+Green+Blue) = 70+49+38=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463126 is #B9CED9. Grayscale: #363636. Windows color (decimal): -12177114 or 2502982. OLE color: 2502982.

HSL color Cylindrical-coordinate representation of color #463126: hue angle of 20.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463126 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB704938-
CMYK00.300.460.73
HSL20.62º29.63%21.18%-
HSV(B)20.62º45.71%27.45%-
XYZ3.973.642.33-
YUV54.02118.96139.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=44.59%
G=31.21%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70493800.300.460.7320.6229.6321.18
Hex46312601E2E49151e15
Octal106614603656111253625
Binary10001101100011001100111101011101001001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463126; }

 p { color: rgb(70,49,38); }

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

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

 a { background-color: rgb(70,49,38); }

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

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

 span { border-color: rgb(70,49,38); }

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