Html Css Color HEX #412C26 Morocco Brown

📋 copy color: '#412C26'

red 65 ◦ green 44 ◦ blue 38

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

Shades of Morocco Brown #412C26

Tints of Morocco Brown #412C26

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

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 65 44 38 -
CMYK 0 0.32 0.42 0.75
HSL 13.33º 0.26% 0.2% -
HSV(B) 13.33º 0.42% 0.25% -
XYZ 3.43 3.07 2.24 -
YUV 49.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 65 44 38 0 0.32 0.42 0.75 13.33 0.26 0.2
Hex 41 2C 26 0 20 2A 4B D 1A 14
Octal 101 54 46 0 40 52 113 15 32 24
Binary 1000001 101100 100110 0 100000 101010 1001011 1101 11010 10100

Color Harmonies of #412C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C26

Black with #412C26

Text Example


Text Example

White with #412C26

Text Example


Text Example

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