#462E26

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

Shades of Morocco Brown #462E26

Tints of Morocco Brown #462E26

Color information

#462E26 (or 0x462E26) is unknown color: approx Morocco Brown. HEX triplet: 46, 2E and 26. RGB value is (70,46,38). Sum of RGB (Red+Green+Blue) = 70+46+38=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #462E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E26 is #B9D1D9. Grayscale: #343434. Windows color (decimal): -12177882 or 2502214. OLE color: 2502214.

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

Color convert

RGB704638-
CMYK00.340.460.73
HSL15º29.63%21.18%-
HSV(B)15º45.71%27.45%-
XYZ3.853.42.29-
YUV52.26119.95140.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=45.45%
G=29.87%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70463800.340.460.731529.6321.18
Hex462E260222E49f1e15
Octal106564604256111173625
Binary10001101011101001100100010101110100100111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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