#412D21

Color #412D21 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #412D21

Tints of Morocco Brown #412D21

Color information

#412D21 (or 0x412D21) is unknown color: approx 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

RGB654533-
CMYK00.310.490.75
HSL22.5º32.65%19.22%-
HSV(B)22.5º49.23%25.49%-
XYZ3.393.111.86-
YUV49.61118.63138.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65453300.310.490.7522.532.6519.22
Hex412D2101F314B162113
Octal101554103761113264123
Binary100000110110110000101111111000110010111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>