Html Css Color HEX #412E23 Morocco Brown

📋 copy color: '#412E23'

red 65 ◦ green 46 ◦ blue 35

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

Shades of Morocco Brown #412E23

Tints of Morocco Brown #412E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.97%

R = 44.52%
G = 31.51%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#412E23 (or 0x412E23) is known color: Morocco Brown. HEX triplet: 41, 2E and 23. RGB value is (65,46,35). Sum of RGB (Red+Green+Blue) = 65+46+35=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #412E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E23 is #BED1DC. Grayscale: #323232. Windows color (decimal): -12505565 or 2305601. OLE color: 2305601.

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

Color convert

RGB 65 46 35 -
CMYK 0 0.29 0.46 0.75
HSL 22º 0.3% 0.2% -
HSV(B) 22º 0.46% 0.25% -
XYZ 3.46 3.2 2.03 -
YUV 50.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 65 46 35 0 0.29 0.46 0.75 22 0.3 0.2
Hex 41 2E 23 0 1D 2E 4B 16 1E 14
Octal 101 56 43 0 35 56 113 26 36 24
Binary 1000001 101110 100011 0 11101 101110 1001011 10110 11110 10100

Color Harmonies of #412E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E23

Black with #412E23

Text Example


Text Example

White with #412E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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