#463024

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

Shades of Morocco Brown #463024

Tints of Morocco Brown #463024

Color information

#463024 (or 0x463024) is unknown color: approx Morocco Brown. HEX triplet: 46, 30 and 24. RGB value is (70,48,36). Sum of RGB (Red+Green+Blue) = 70+48+36=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463024 is #B9CFDB. Grayscale: #353535. Windows color (decimal): -12177372 or 2371654. OLE color: 2371654.

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

Color convert

RGB704836-
CMYK00.310.490.73
HSL21.18º32.08%20.78%-
HSV(B)21.18º48.57%27.45%-
XYZ3.93.542.15-
YUV53.21118.29139.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=45.45%
G=31.17%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70483600.310.490.7321.1832.0820.78
Hex46302401F3149152015
Octal106604403761111254025
Binary100011011000010010001111111000110010011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463024; }

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

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

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

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

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

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

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

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