#462E24

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

Shades of Morocco Brown #462E24

Tints of Morocco Brown #462E24

Color information

#462E24 (or 0x462E24) is unknown color: approx Morocco Brown. HEX triplet: 46, 2E and 24. RGB value is (70,46,36). Sum of RGB (Red+Green+Blue) = 70+46+36=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E24 is #B9D1DB. Grayscale: #343434. Windows color (decimal): -12177884 or 2371142. OLE color: 2371142.

HSL color Cylindrical-coordinate representation of color #462E24: hue angle of 17.65º 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 #462E24 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB704636-
CMYK00.340.490.73
HSL17.65º32.08%20.78%-
HSV(B)17.65º48.57%27.45%-
XYZ3.823.382.12-
YUV52.04118.95140.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=46.05%
G=30.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70463600.340.490.7317.6532.0820.78
Hex462E240223149122015
Octal106564404261111224025
Binary1000110101110100100010001011000110010011001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462E24; }

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

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

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

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

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

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

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

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