#42291D

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

Shades of Morocco Brown #42291D

Tints of Morocco Brown #42291D

Color information

#42291D (or 0x42291D) is unknown color: approx Morocco Brown. HEX triplet: 42, 29 and 1D. RGB value is (66,41,29). Sum of RGB (Red+Green+Blue) = 66+41+29=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42291D is #BDD6E2. Grayscale: #2F2F2F. Windows color (decimal): -12441315 or 1911106. OLE color: 1911106.

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

Color convert

RGB664129-
CMYK00.380.560.74
HSL19.46º38.95%18.63%-
HSV(B)19.46º56.06%25.88%-
XYZ3.262.831.54-
YUV47.11117.78141.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=48.53%
G=30.15%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66412900.380.560.7419.4638.9518.63
Hex42291D026384A132713
Octal102513504670112234723
Binary100001010100111101010011011100010010101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42291D; }

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

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

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

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

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

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

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

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