#462F1E

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

Shades of Morocco Brown #462F1E

Tints of Morocco Brown #462F1E

Color information

#462F1E (or 0x462F1E) is unknown color: approx Morocco Brown. HEX triplet: 46, 2F and 1E. RGB value is (70,47,30). Sum of RGB (Red+Green+Blue) = 70+47+30=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F1E is #B9D0E1. Grayscale: #343434. Windows color (decimal): -12177634 or 1978182. OLE color: 1978182.

HSL color Cylindrical-coordinate representation of color #462F1E: hue angle of 25.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 #462F1E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB704730-
CMYK00.330.570.73
HSL25.5º40%19.61%-
HSV(B)25.5º57.14%27.45%-
XYZ3.783.431.69-
YUV51.94115.62140.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=47.62%
G=31.97%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70473000.330.570.7325.54019.61
Hex462F1E02139491a2814
Octal106573604171111325024
Binary100011010111111110010000111100110010011101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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