Html Css Color HEX #40291F Morocco Brown

📋 copy color: '#40291F'

red 64 ◦ green 41 ◦ blue 31

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

Shades of Morocco Brown #40291F

Tints of Morocco Brown #40291F

RGB

 RED value IS 64 (25.39% from 255) = 47.06%

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

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

R = 47.06%
G = 30.15%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40291F (or 0x40291F) is known color: Morocco Brown. HEX triplet: 40, 29 and 1F. RGB value is (64,41,31). Sum of RGB (Red+Green+Blue) = 64+41+31=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #40291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40291F is #BFD6E0. Grayscale: #2E2E2E. Windows color (decimal): -12572385 or 2042176. OLE color: 2042176.

HSL color Cylindrical-coordinate representation of color #40291F: hue angle of 18.18º 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 #40291F is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 31 -
CMYK 0 0.36 0.52 0.75
HSL 18.18º 0.35% 0.19% -
HSV(B) 18.18º 0.52% 0.25% -
XYZ 3.15 2.77 1.67 -
YUV 46.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 64 41 31 0 0.36 0.52 0.75 18.18 0.35 0.19
Hex 40 29 1F 0 24 34 4B 12 23 13
Octal 100 51 37 0 44 64 113 22 43 23
Binary 1000000 101001 11111 0 100100 110100 1001011 10010 100011 10011

Color Harmonies of #40291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40291F

Black with #40291F

Text Example


Text Example

White with #40291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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