#42291C

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

Shades of Morocco Brown #42291C

Tints of Morocco Brown #42291C

Color information

#42291C (or 0x42291C) is unknown color: approx Morocco Brown. HEX triplet: 42, 29 and 1C. RGB value is (66,41,28). Sum of RGB (Red+Green+Blue) = 66+41+28=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42291C is #BDD6E3. Grayscale: #2F2F2F. Windows color (decimal): -12441316 or 1845570. OLE color: 1845570.

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

Color convert

RGB664128-
CMYK00.380.580.74
HSL20.53º40.43%18.43%-
HSV(B)20.53º57.58%25.88%-
XYZ3.252.831.47-
YUV46.99117.28141.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=48.89%
G=30.37%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66412800.380.580.7420.5340.4318.43
Hex42291C0263A4A152812
Octal102513404672112255022
Binary100001010100111100010011011101010010101010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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