#462B1B

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

Shades of Morocco Brown #462B1B

Tints of Morocco Brown #462B1B

Color information

#462B1B (or 0x462B1B) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 1B. RGB value is (70,43,27). Sum of RGB (Red+Green+Blue) = 70+43+27=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B1B is #B9D4E4. Grayscale: #313131. Windows color (decimal): -12178661 or 1780550. OLE color: 1780550.

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

Color convert

RGB704327-
CMYK00.390.610.73
HSL22.33º44.33%19.02%-
HSV(B)22.33º61.43%27.45%-
XYZ3.593.111.45-
YUV49.25115.45142.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=50%
G=30.71%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70432700.390.610.7322.3344.3319.02
Hex462B1B0273D49162c13
Octal106533304775111265423
Binary100011010101111011010011111110110010011011010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,43,27); }

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

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

 a { background-color: rgb(70,43,27); }

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

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

 span { border-color: rgb(70,43,27); }

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