#412F23

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

Shades of Morocco Brown #412F23

Tints of Morocco Brown #412F23

Color information

#412F23 (or 0x412F23) is unknown color: approx Morocco Brown. HEX triplet: 41, 2F and 23. RGB value is (65,47,35). Sum of RGB (Red+Green+Blue) = 65+47+35=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #412F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F23 is #BED0DC. Grayscale: #333333. Windows color (decimal): -12505309 or 2305857. OLE color: 2305857.

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

Color convert

RGB654735-
CMYK00.280.460.75
HSL24º30%19.61%-
HSV(B)24º46.15%25.49%-
XYZ3.53.282.04-
YUV51.01118.96137.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=44.22%
G=31.97%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65473500.280.460.75243019.61
Hex412F2301C2E4B181e14
Octal101574303456113303624
Binary10000011011111000110111001011101001011110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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