#462E25

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

Shades of Morocco Brown #462E25

Tints of Morocco Brown #462E25

Color information

#462E25 (or 0x462E25) is unknown color: approx Morocco Brown. HEX triplet: 46, 2E and 25. RGB value is (70,46,37). Sum of RGB (Red+Green+Blue) = 70+46+37=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E25 is #B9D1DA. Grayscale: #343434. Windows color (decimal): -12177883 or 2436678. OLE color: 2436678.

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

Color convert

RGB704637-
CMYK00.340.470.73
HSL16.36º30.84%20.98%-
HSV(B)16.36º47.14%27.45%-
XYZ3.843.392.2-
YUV52.15119.45140.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=45.75%
G=30.07%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70463700.340.470.7316.3630.8420.98
Hex462E250222F49101f15
Octal106564504257111203725
Binary100011010111010010101000101011111001001100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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