#463125

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

Shades of Morocco Brown #463125

Tints of Morocco Brown #463125

Color information

#463125 (or 0x463125) is unknown color: approx Morocco Brown. HEX triplet: 46, 31 and 25. RGB value is (70,49,37). Sum of RGB (Red+Green+Blue) = 70+49+37=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463125 is #B9CEDA. Grayscale: #353535. Windows color (decimal): -12177115 or 2437446. OLE color: 2437446.

HSL color Cylindrical-coordinate representation of color #463125: hue angle of 21.82º 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 #463125 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB704937-
CMYK00.300.470.73
HSL21.82º30.84%20.98%-
HSV(B)21.82º47.14%27.45%-
XYZ3.963.632.24-
YUV53.91118.46139.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=44.87%
G=31.41%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70493700.300.470.7321.8230.8420.98
Hex46312501E2F49161f15
Octal106614503657111263725
Binary10001101100011001010111101011111001001101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463125; }

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

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

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

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

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

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

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

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