#462820

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

Shades of Morocco Brown #462820

Tints of Morocco Brown #462820

Color information

#462820 (or 0x462820) is unknown color: approx Morocco Brown. HEX triplet: 46, 28 and 20. RGB value is (70,40,32). Sum of RGB (Red+Green+Blue) = 70+40+32=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462820 is #B9D7DF. Grayscale: #303030. Windows color (decimal): -12179424 or 2107462. OLE color: 2107462.

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

Color convert

RGB704032-
CMYK00.430.540.73
HSL12.63º37.25%20%-
HSV(B)12.63º54.29%27.45%-
XYZ3.552.921.74-
YUV48.06118.94143.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=49.30%
G=28.17%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70403200.430.540.7312.6337.2520
Hex46282002B3649d2514
Octal106504005366111154524
Binary100011010100010000001010111101101001001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462820; }

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

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

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

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

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

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

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

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