Html Css Color HEX #412A1E Morocco Brown

📋 copy color: '#412A1E'

red 65 ◦ green 42 ◦ blue 30

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

Shades of Morocco Brown #412A1E

Tints of Morocco Brown #412A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.66%

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 47.45%
G = 30.66%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#412A1E (or 0x412A1E) is known color: Morocco Brown. HEX triplet: 41, 2A and 1E. RGB value is (65,42,30). Sum of RGB (Red+Green+Blue) = 65+42+30=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1E is #BED5E1. Grayscale: #2F2F2F. Windows color (decimal): -12506594 or 1976897. OLE color: 1976897.

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

Color convert

RGB 65 42 30 -
CMYK 0 0.35 0.54 0.75
HSL 20.57º 0.37% 0.19% -
HSV(B) 20.57º 0.54% 0.25% -
XYZ 3.24 2.87 1.61 -
YUV 47.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 65 42 30 0 0.35 0.54 0.75 20.57 0.37 0.19
Hex 41 2A 1E 0 23 36 4B 15 25 13
Octal 101 52 36 0 43 66 113 25 45 23
Binary 1000001 101010 11110 0 100011 110110 1001011 10101 100101 10011

Color Harmonies of #412A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A1E

Black with #412A1E

Text Example


Text Example

White with #412A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,42,30); }

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

background-color css

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

 a { background-color: rgb(65,42,30); }

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

border-color css

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

 span { border-color: rgb(65,42,30); }

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