#463027

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

Shades of Morocco Brown #463027

Tints of Morocco Brown #463027

Color information

#463027 (or 0x463027) is unknown color: approx Morocco Brown. HEX triplet: 46, 30 and 27. RGB value is (70,48,39). Sum of RGB (Red+Green+Blue) = 70+48+39=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463027 is #B9CFD8. Grayscale: #353535. Windows color (decimal): -12177369 or 2568262. OLE color: 2568262.

HSL color Cylindrical-coordinate representation of color #463027: hue angle of 17.42º 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 #463027 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB704839-
CMYK00.310.440.73
HSL17.42º28.44%21.37%-
HSV(B)17.42º44.29%27.45%-
XYZ3.953.562.4-
YUV53.55119.79139.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=44.59%
G=30.57%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70483900.310.440.7317.4228.4421.37
Hex46302701F2C49111c15
Octal106604703754111213425
Binary10001101100001001110111111011001001001100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463027; }

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

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

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

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

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

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

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

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