Html Css Color HEX #412E24 Morocco Brown

📋 copy color: '#412E24'

red 65 ◦ green 46 ◦ blue 36

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

Shades of Morocco Brown #412E24

Tints of Morocco Brown #412E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 36 (14.45% from 255) = 24.49%

R = 44.22%
G = 31.29%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#412E24 (or 0x412E24) is known color: Morocco Brown. HEX triplet: 41, 2E and 24. RGB value is (65,46,36). Sum of RGB (Red+Green+Blue) = 65+46+36=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #412E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E24 is #BED1DB. Grayscale: #323232. Windows color (decimal): -12505564 or 2371137. OLE color: 2371137.

HSL color Cylindrical-coordinate representation of color #412E24: hue angle of 20.69º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #412E24 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 46 36 -
CMYK 0 0.29 0.45 0.75
HSL 20.69º 0.29% 0.2% -
HSV(B) 20.69º 0.45% 0.25% -
XYZ 3.48 3.21 2.1 -
YUV 50.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 65 46 36 0 0.29 0.45 0.75 20.69 0.29 0.2
Hex 41 2E 24 0 1D 2D 4B 15 1D 14
Octal 101 56 44 0 35 55 113 25 35 24
Binary 1000001 101110 100100 0 11101 101101 1001011 10101 11101 10100

Color Harmonies of #412E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E24

Black with #412E24

Text Example


Text Example

White with #412E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412E24; }

 p { color: rgb(65,46,36); }

 H1.HeaderClassName
 {
   color: #412E24;
 }
 .AnyTagClassName
 {
   color: #412E24;
 }
</style>

background-color css

<style>
 a { background-color: #412E24; }

 a { background-color: rgb(65,46,36); }

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

border-color css

<style>
 span { border-color: #412E24; }

 span { border-color: rgb(65,46,36); }

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