#412B22

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

Shades of Morocco Brown #412B22

Tints of Morocco Brown #412B22

Color information

#412B22 (or 0x412B22) is unknown color: approx Morocco Brown. HEX triplet: 41, 2B and 22. RGB value is (65,43,34). Sum of RGB (Red+Green+Blue) = 65+43+34=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B22 is #BED4DD. Grayscale: #303030. Windows color (decimal): -12506334 or 2239297. OLE color: 2239297.

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

Color convert

RGB654334-
CMYK00.340.480.75
HSL17.42º31.31%19.41%-
HSV(B)17.42º47.69%25.49%-
XYZ3.332.971.91-
YUV48.55119.79139.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=45.77%
G=30.28%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65433400.340.480.7517.4231.3119.41
Hex412B22022304B111f13
Octal101534204260113213723
Binary100000110101110001001000101100001001011100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #412B22;
 }
 .AnyTagClassName
 {
   color: #412B22;
 }
</style>
background-color css

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

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

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

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

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

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