Html Css Color HEX #412A1F Morocco Brown

📋 copy color: '#412A1F'

red 65 ◦ green 42 ◦ blue 31

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

Shades of Morocco Brown #412A1F

Tints of Morocco Brown #412A1F

RGB

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

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

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

R = 47.1%
G = 30.43%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#412A1F (or 0x412A1F) is known color: Morocco Brown. HEX triplet: 41, 2A and 1F. RGB value is (65,42,31). Sum of RGB (Red+Green+Blue) = 65+42+31=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1F is #BED5E0. Grayscale: #2F2F2F. Windows color (decimal): -12506593 or 2042433. OLE color: 2042433.

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

Color convert

RGB 65 42 31 -
CMYK 0 0.35 0.52 0.75
HSL 19.41º 0.35% 0.19% -
HSV(B) 19.41º 0.52% 0.25% -
XYZ 3.26 2.88 1.68 -
YUV 47.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 65 42 31 0 0.35 0.52 0.75 19.41 0.35 0.19
Hex 41 2A 1F 0 23 34 4B 13 23 13
Octal 101 52 37 0 43 64 113 23 43 23
Binary 1000001 101010 11111 0 100011 110100 1001011 10011 100011 10011

Color Harmonies of #412A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A1F

Black with #412A1F

Text Example


Text Example

White with #412A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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