Html Css Color HEX #41291D Morocco Brown

📋 copy color: '#41291D'

red 65 ◦ green 41 ◦ blue 29

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

Shades of Morocco Brown #41291D

Tints of Morocco Brown #41291D

RGB

 RED value IS 65 (25.78% from 255) = 48.15%

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 48.15%
G = 30.37%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41291D (or 0x41291D) is known color: Morocco Brown. HEX triplet: 41, 29 and 1D. RGB value is (65,41,29). Sum of RGB (Red+Green+Blue) = 65+41+29=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291D is #BED6E2. Grayscale: #2E2E2E. Windows color (decimal): -12506851 or 1911105. OLE color: 1911105.

HSL color Cylindrical-coordinate representation of color #41291D: hue angle of 20º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41291D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 41 29 -
CMYK 0 0.37 0.55 0.75
HSL 20º 0.38% 0.18% -
HSV(B) 20º 0.55% 0.25% -
XYZ 3.19 2.8 1.53 -
YUV 46.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 65 41 29 0 0.37 0.55 0.75 20 0.38 0.18
Hex 41 29 1D 0 25 37 4B 14 26 12
Octal 101 51 35 0 45 67 113 24 46 22
Binary 1000001 101001 11101 0 100101 110111 1001011 10100 100110 10010

Color Harmonies of #41291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41291D

Black with #41291D

Text Example


Text Example

White with #41291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41291D;
 }
 .AnyTagClassName
 {
   color: #41291D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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