#462B1E

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

Shades of Morocco Brown #462B1E

Tints of Morocco Brown #462B1E

Color information

#462B1E (or 0x462B1E) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 1E. RGB value is (70,43,30). Sum of RGB (Red+Green+Blue) = 70+43+30=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B1E is #B9D4E1. Grayscale: #313131. Windows color (decimal): -12178658 or 1977158. OLE color: 1977158.

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

Color convert

RGB704330-
CMYK00.390.570.73
HSL19.5º40%19.61%-
HSV(B)19.5º57.14%27.45%-
XYZ3.623.121.64-
YUV49.59116.95142.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=48.95%
G=30.07%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70433000.390.570.7319.54019.61
Hex462B1E0273949142814
Octal106533604771111245024
Binary100011010101111110010011111100110010011010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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