#462C1D

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

Shades of Morocco Brown #462C1D

Tints of Morocco Brown #462C1D

Color information

#462C1D (or 0x462C1D) is unknown color: approx Morocco Brown. HEX triplet: 46, 2C and 1D. RGB value is (70,44,29). Sum of RGB (Red+Green+Blue) = 70+44+29=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C1D is #B9D3E2. Grayscale: #323232. Windows color (decimal): -12178403 or 1911878. OLE color: 1911878.

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

Color convert

RGB704429-
CMYK00.370.590.73
HSL21.95º41.41%19.41%-
HSV(B)21.95º58.57%27.45%-
XYZ3.653.191.59-
YUV50.06116.11142.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=48.95%
G=30.77%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70442900.370.590.7321.9541.4119.41
Hex462C1D0253B49162913
Octal106543504573111265123
Binary100011010110011101010010111101110010011011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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