#462C25

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

Shades of Morocco Brown #462C25

Tints of Morocco Brown #462C25

Color information

#462C25 (or 0x462C25) is unknown color: approx Morocco Brown. HEX triplet: 46, 2C and 25. RGB value is (70,44,37). Sum of RGB (Red+Green+Blue) = 70+44+37=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C25 is #B9D3DA. Grayscale: #333333. Windows color (decimal): -12178395 or 2436166. OLE color: 2436166.

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

Color convert

RGB704437-
CMYK00.370.470.73
HSL12.73º30.84%20.98%-
HSV(B)12.73º47.14%27.45%-
XYZ3.763.242.18-
YUV50.98120.11141.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=46.36%
G=29.14%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70443700.370.470.7312.7330.8420.98
Hex462C250252F49d1f15
Octal106544504557111153725
Binary10001101011001001010100101101111100100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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