#412C26

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

Shades of Morocco Brown #412C26

Tints of Morocco Brown #412C26

Color information

#412C26 (or 0x412C26) is unknown color: approx Morocco Brown. HEX triplet: 41, 2C and 26. RGB value is (65,44,38). Sum of RGB (Red+Green+Blue) = 65+44+38=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #412C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C26 is #BED3D9. Grayscale: #313131. Windows color (decimal): -12506074 or 2501697. OLE color: 2501697.

HSL color Cylindrical-coordinate representation of color #412C26: hue angle of 13.33º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #412C26 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB654438-
CMYK00.320.420.75
HSL13.33º26.21%20.2%-
HSV(B)13.33º41.54%25.49%-
XYZ3.433.072.24-
YUV49.6121.46138.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=44.22%
G=29.93%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65443800.320.420.7513.3326.2120.2
Hex412C260202A4Bd1a14
Octal101544604052113153224
Binary10000011011001001100100000101010100101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,44,38); }

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

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

 a { background-color: rgb(65,44,38); }

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

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

 span { border-color: rgb(65,44,38); }

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