#462816

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

Shades of Morocco Brown #462816

Tints of Morocco Brown #462816

Color information

#462816 (or 0x462816) is unknown color: approx Morocco Brown. HEX triplet: 46, 28 and 16. RGB value is (70,40,22). Sum of RGB (Red+Green+Blue) = 70+40+22=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462816 is #B9D7E9. Grayscale: #2F2F2F. Windows color (decimal): -12179434 or 1452102. OLE color: 1452102.

HSL color Cylindrical-coordinate representation of color #462816: hue angle of 22.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462816 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB704022-
CMYK00.430.690.73
HSL22.5º52.17%18.04%-
HSV(B)22.5º68.57%27.45%-
XYZ3.432.881.13-
YUV46.92113.94144.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=53.03%
G=30.30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70402200.430.690.7322.552.1718.04
Hex46281602B4549163412
Octal1065026053105111266422
Binary1000110101000101100101011100010110010011011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462816; }

 p { color: rgb(70,40,22); }

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

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

 a { background-color: rgb(70,40,22); }

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

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

 span { border-color: rgb(70,40,22); }

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