#412F28

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

Shades of Morocco Brown #412F28

Tints of Morocco Brown #412F28

Color information

#412F28 (or 0x412F28) is unknown color: approx Morocco Brown. HEX triplet: 41, 2F and 28. RGB value is (65,47,40). Sum of RGB (Red+Green+Blue) = 65+47+40=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F28 is #BED0D7. Grayscale: #333333. Windows color (decimal): -12505304 or 2633537. OLE color: 2633537.

HSL color Cylindrical-coordinate representation of color #412F28: hue angle of 16.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #412F28 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB654740-
CMYK00.280.380.75
HSL16.8º23.81%20.59%-
HSV(B)16.8º38.46%25.49%-
XYZ3.583.312.46-
YUV51.58121.46137.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=42.76%
G=30.92%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65474000.280.380.7516.823.8120.59
Hex412F2801C264B111815
Octal101575003446113213025
Binary10000011011111010000111001001101001011100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,47,40); }

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

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

 a { background-color: rgb(65,47,40); }

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

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

 span { border-color: rgb(65,47,40); }

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