#462B18

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

Shades of Morocco Brown #462B18

Tints of Morocco Brown #462B18

Color information

#462B18 (or 0x462B18) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 18. RGB value is (70,43,24). Sum of RGB (Red+Green+Blue) = 70+43+24=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #462B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B18 is #B9D4E7. Grayscale: #313131. Windows color (decimal): -12178664 or 1583942. OLE color: 1583942.

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

Color convert

RGB704324-
CMYK00.390.660.73
HSL24.78º48.94%18.43%-
HSV(B)24.78º65.71%27.45%-
XYZ3.553.11.27-
YUV48.91113.95143.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=51.09%
G=31.39%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70432400.390.660.7324.7848.9418.43
Hex462B180274249193112
Octal1065330047102111316122
Binary1000110101011110000100111100001010010011100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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