#412A22

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

Shades of Morocco Brown #412A22

Tints of Morocco Brown #412A22

Color information

#412A22 (or 0x412A22) is unknown color: approx Morocco Brown. HEX triplet: 41, 2A and 22. RGB value is (65,42,34). Sum of RGB (Red+Green+Blue) = 65+42+34=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A22 is #BED5DD. Grayscale: #303030. Windows color (decimal): -12506590 or 2239041. OLE color: 2239041.

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

Color convert

RGB654234-
CMYK00.350.480.75
HSL15.48º31.31%19.41%-
HSV(B)15.48º47.69%25.49%-
XYZ3.32.91.9-
YUV47.96120.12140.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=46.10%
G=29.79%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65423400.350.480.7515.4831.3119.41
Hex412A22023304Bf1f13
Octal101524204360113173723
Binary10000011010101000100100011110000100101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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