#422921

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

Shades of Morocco Brown #422921

Tints of Morocco Brown #422921

Color information

#422921 (or 0x422921) is unknown color: approx Morocco Brown. HEX triplet: 42, 29 and 21. RGB value is (66,41,33). Sum of RGB (Red+Green+Blue) = 66+41+33=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422921 is #BDD6DE. Grayscale: #2F2F2F. Windows color (decimal): -12441311 or 2173250. OLE color: 2173250.

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

Color convert

RGB664133-
CMYK00.380.50.74
HSL14.55º33.33%19.41%-
HSV(B)14.55º50%25.88%-
XYZ3.312.851.82-
YUV47.56119.78141.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=47.14%
G=29.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66413300.380.50.7414.5533.3319.41
Hex422921026324Af2113
Octal102514104662112174123
Binary100001010100110000101001101100101001010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422921; }

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

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

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

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

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

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

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

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