Html Css Color HEX #412F23 Morocco Brown

📋 copy color: '#412F23'

red 65 ◦ green 47 ◦ blue 35

#412F23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #412F23

Tints of Morocco Brown #412F23

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 value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#412F23 (or 0x412F23) is known color: 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

RGB 65 47 35 -
CMYK 0 0.28 0.46 0.75
HSL 24º 0.3% 0.2% -
HSV(B) 24º 0.46% 0.25% -
XYZ 3.5 3.28 2.04 -
YUV 51.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 65 47 35 0 0.28 0.46 0.75 24 0.3 0.2
Hex 41 2F 23 0 1C 2E 4B 18 1E 14
Octal 101 57 43 0 34 56 113 30 36 24
Binary 1000001 101111 100011 0 11100 101110 1001011 11000 11110 10100

Color Harmonies of #412F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F23

Black with #412F23

Text Example


Text Example

White with #412F23

Text Example


Text Example

HTML Codes & Css Web 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>