Html Css Color HEX #412D21 Morocco Brown

📋 copy color: '#412D21'

red 65 ◦ green 45 ◦ blue 33

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

Shades of Morocco Brown #412D21

Tints of Morocco Brown #412D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.47%

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

R = 45.45%
G = 31.47%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#412D21 (or 0x412D21) is known color: Morocco Brown. HEX triplet: 41, 2D and 21. RGB value is (65,45,33). Sum of RGB (Red+Green+Blue) = 65+45+33=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D21 is #BED2DE. Grayscale: #313131. Windows color (decimal): -12505823 or 2174273. OLE color: 2174273.

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

Color convert

RGB 65 45 33 -
CMYK 0 0.31 0.49 0.75
HSL 22.5º 0.33% 0.19% -
HSV(B) 22.5º 0.49% 0.25% -
XYZ 3.39 3.11 1.86 -
YUV 49.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 65 45 33 0 0.31 0.49 0.75 22.5 0.33 0.19
Hex 41 2D 21 0 1F 31 4B 16 21 13
Octal 101 55 41 0 37 61 113 26 41 23
Binary 1000001 101101 100001 0 11111 110001 1001011 10110 100001 10011

Color Harmonies of #412D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D21

Black with #412D21

Text Example


Text Example

White with #412D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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