#463127

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

Shades of Morocco Brown #463127

Tints of Morocco Brown #463127

Color information

#463127 (or 0x463127) is unknown color: approx Morocco Brown. HEX triplet: 46, 31 and 27. RGB value is (70,49,39). Sum of RGB (Red+Green+Blue) = 70+49+39=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463127 is #B9CED8. Grayscale: #363636. Windows color (decimal): -12177113 or 2568518. OLE color: 2568518.

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

Color convert

RGB704939-
CMYK00.300.440.73
HSL19.35º28.44%21.37%-
HSV(B)19.35º44.29%27.45%-
XYZ3.993.652.41-
YUV54.14119.46139.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=44.30%
G=31.01%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70493900.300.440.7319.3528.4421.37
Hex46312701E2C49131c15
Octal106614703654111233425
Binary10001101100011001110111101011001001001100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463127; }

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

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

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

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

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

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

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

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