Html Css Color HEX #412A21 Morocco Brown

📋 copy color: '#412A21'

red 65 ◦ green 42 ◦ blue 33

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

Shades of Morocco Brown #412A21

Tints of Morocco Brown #412A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.57%

R = 46.43%
G = 30%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#412A21 (or 0x412A21) is known color: Morocco Brown. HEX triplet: 41, 2A and 21. RGB value is (65,42,33). Sum of RGB (Red+Green+Blue) = 65+42+33=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A21 is #BED5DE. Grayscale: #2F2F2F. Windows color (decimal): -12506591 or 2173505. OLE color: 2173505.

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

Color convert

RGB 65 42 33 -
CMYK 0 0.35 0.49 0.75
HSL 16.88º 0.33% 0.19% -
HSV(B) 16.88º 0.49% 0.25% -
XYZ 3.28 2.89 1.82 -
YUV 47.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 65 42 33 0 0.35 0.49 0.75 16.88 0.33 0.19
Hex 41 2A 21 0 23 31 4B 11 21 13
Octal 101 52 41 0 43 61 113 21 41 23
Binary 1000001 101010 100001 0 100011 110001 1001011 10001 100001 10011

Color Harmonies of #412A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A21

Black with #412A21

Text Example


Text Example

White with #412A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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