#462E23

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

Shades of Morocco Brown #462E23

Tints of Morocco Brown #462E23

Color information

#462E23 (or 0x462E23) is unknown color: approx Morocco Brown. HEX triplet: 46, 2E and 23. RGB value is (70,46,35). Sum of RGB (Red+Green+Blue) = 70+46+35=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E23 is #B9D1DC. Grayscale: #333333. Windows color (decimal): -12177885 or 2305606. OLE color: 2305606.

HSL color Cylindrical-coordinate representation of color #462E23: hue angle of 18.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462E23 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB704635-
CMYK00.340.50.73
HSL18.86º33.33%20.59%-
HSV(B)18.86º50%27.45%-
XYZ3.813.382.04-
YUV51.92118.45140.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=46.36%
G=30.46%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70463500.340.50.7318.8633.3320.59
Hex462E230223249132115
Octal106564304262111234125
Binary1000110101110100011010001011001010010011001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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