#462920

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

Shades of Morocco Brown #462920

Tints of Morocco Brown #462920

Color information

#462920 (or 0x462920) is unknown color: approx Morocco Brown. HEX triplet: 46, 29 and 20. RGB value is (70,41,32). Sum of RGB (Red+Green+Blue) = 70+41+32=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462920 is #B9D6DF. Grayscale: #303030. Windows color (decimal): -12179168 or 2107718. OLE color: 2107718.

HSL color Cylindrical-coordinate representation of color #462920: hue angle of 14.21º 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 #462920 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB704132-
CMYK00.410.540.73
HSL14.21º37.25%20%-
HSV(B)14.21º54.29%27.45%-
XYZ3.582.991.76-
YUV48.64118.61143.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=48.95%
G=28.67%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70413200.410.540.7314.2137.2520
Hex4629200293649e2514
Octal106514005166111164524
Binary100011010100110000001010011101101001001111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462920; }

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

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

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

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

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

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

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

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