#462D1D

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

Shades of Morocco Brown #462D1D

Tints of Morocco Brown #462D1D

Color information

#462D1D (or 0x462D1D) is unknown color: approx Morocco Brown. HEX triplet: 46, 2D and 1D. RGB value is (70,45,29). Sum of RGB (Red+Green+Blue) = 70+45+29=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D1D is #B9D2E2. Grayscale: #323232. Windows color (decimal): -12178147 or 1912134. OLE color: 1912134.

HSL color Cylindrical-coordinate representation of color #462D1D: hue angle of 23.41º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462D1D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB704529-
CMYK00.360.590.73
HSL23.41º41.41%19.41%-
HSV(B)23.41º58.57%27.45%-
XYZ3.693.271.6-
YUV50.65115.78141.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=48.61%
G=31.25%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70452900.360.590.7323.4141.4119.41
Hex462D1D0243B49172913
Octal106553504473111275123
Binary100011010110111101010010011101110010011011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,45,29); }

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

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

 a { background-color: rgb(70,45,29); }

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

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

 span { border-color: rgb(70,45,29); }

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