#422920

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

Shades of Morocco Brown #422920

Tints of Morocco Brown #422920

Color information

#422920 (or 0x422920) is unknown color: approx Morocco Brown. HEX triplet: 42, 29 and 20. RGB value is (66,41,32). Sum of RGB (Red+Green+Blue) = 66+41+32=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422920 is #BDD6DF. Grayscale: #2F2F2F. Windows color (decimal): -12441312 or 2107714. OLE color: 2107714.

HSL color Cylindrical-coordinate representation of color #422920: hue angle of 15.88º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422920 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB664132-
CMYK00.380.520.74
HSL15.88º34.69%19.22%-
HSV(B)15.88º51.52%25.88%-
XYZ3.32.851.74-
YUV47.45119.28141.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=47.48%
G=29.50%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66413200.380.520.7415.8834.6919.22
Hex422920026344A102313
Octal102514004664112204323
Binary1000010101001100000010011011010010010101000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422920; }

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

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

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

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

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

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

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

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