#463020

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

Shades of Morocco Brown #463020

Tints of Morocco Brown #463020

Color information

#463020 (or 0x463020) is unknown color: approx Morocco Brown. HEX triplet: 46, 30 and 20. RGB value is (70,48,32). Sum of RGB (Red+Green+Blue) = 70+48+32=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #463020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463020 is #B9CFDF. Grayscale: #343434. Windows color (decimal): -12177376 or 2109510. OLE color: 2109510.

HSL color Cylindrical-coordinate representation of color #463020: hue angle of 25.26º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463020 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB704832-
CMYK00.310.540.73
HSL25.26º37.25%20%-
HSV(B)25.26º54.29%27.45%-
XYZ3.843.521.84-
YUV52.75116.29140.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=46.67%
G=32%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70483200.310.540.7325.2637.2520
Hex46302001F3649192514
Octal106604003766111314524
Binary100011011000010000001111111011010010011100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463020; }

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

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

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

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

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

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

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

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