Html Css Color HEX #42291D Morocco Brown

📋 copy color: '#42291D'

red 66 ◦ green 41 ◦ blue 29

#42291D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #42291D

Tints of Morocco Brown #42291D

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 value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42291D (or 0x42291D) is known color: 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

RGB 66 41 29 -
CMYK 0 0.38 0.56 0.74
HSL 19.46º 0.39% 0.19% -
HSV(B) 19.46º 0.56% 0.26% -
XYZ 3.26 2.83 1.54 -
YUV 47.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 66 41 29 0 0.38 0.56 0.74 19.46 0.39 0.19
Hex 42 29 1D 0 26 38 4A 13 27 13
Octal 102 51 35 0 46 70 112 23 47 23
Binary 1000010 101001 11101 0 100110 111000 1001010 10011 100111 10011

Color Harmonies of #42291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42291D

Black with #42291D

Text Example


Text Example

White with #42291D

Text Example


Text Example

HTML Codes & Css Web 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>