Html Css Color HEX #412D22 Morocco Brown

📋 copy color: '#412D22'

red 65 ◦ green 45 ◦ blue 34

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

Shades of Morocco Brown #412D22

Tints of Morocco Brown #412D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.61%

R = 45.14%
G = 31.25%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#412D22 (or 0x412D22) is known color: Morocco Brown. HEX triplet: 41, 2D and 22. RGB value is (65,45,34). Sum of RGB (Red+Green+Blue) = 65+45+34=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #412D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D22 is #BED2DD. Grayscale: #313131. Windows color (decimal): -12505822 or 2239809. OLE color: 2239809.

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

Color convert

RGB 65 45 34 -
CMYK 0 0.31 0.48 0.75
HSL 21.29º 0.31% 0.19% -
HSV(B) 21.29º 0.48% 0.25% -
XYZ 3.41 3.12 1.94 -
YUV 49.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 65 45 34 0 0.31 0.48 0.75 21.29 0.31 0.19
Hex 41 2D 22 0 1F 30 4B 15 1F 13
Octal 101 55 42 0 37 60 113 25 37 23
Binary 1000001 101101 100010 0 11111 110000 1001011 10101 11111 10011

Color Harmonies of #412D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D22

Black with #412D22

Text Example


Text Example

White with #412D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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