Html Css Color HEX #41291F Morocco Brown

📋 copy color: '#41291F'

red 65 ◦ green 41 ◦ blue 31

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

Shades of Morocco Brown #41291F

Tints of Morocco Brown #41291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.63%

R = 47.45%
G = 29.93%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41291F (or 0x41291F) is known color: Morocco Brown. HEX triplet: 41, 29 and 1F. RGB value is (65,41,31). Sum of RGB (Red+Green+Blue) = 65+41+31=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #41291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291F is #BED6E0. Grayscale: #2F2F2F. Windows color (decimal): -12506849 or 2042177. OLE color: 2042177.

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

Color convert

RGB 65 41 31 -
CMYK 0 0.37 0.52 0.75
HSL 17.65º 0.35% 0.19% -
HSV(B) 17.65º 0.52% 0.25% -
XYZ 3.22 2.81 1.67 -
YUV 47.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 65 41 31 0 0.37 0.52 0.75 17.65 0.35 0.19
Hex 41 29 1F 0 25 34 4B 12 23 13
Octal 101 51 37 0 45 64 113 22 43 23
Binary 1000001 101001 11111 0 100101 110100 1001011 10010 100011 10011

Color Harmonies of #41291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41291F

Black with #41291F

Text Example


Text Example

White with #41291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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