Html Css Color HEX #412F28 Morocco Brown

📋 copy color: '#412F28'

red 65 ◦ green 47 ◦ blue 40

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

Shades of Morocco Brown #412F28

Tints of Morocco Brown #412F28

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

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 65 47 40 -
CMYK 0 0.28 0.38 0.75
HSL 16.8º 0.24% 0.21% -
HSV(B) 16.8º 0.38% 0.25% -
XYZ 3.58 3.31 2.46 -
YUV 51.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 65 47 40 0 0.28 0.38 0.75 16.8 0.24 0.21
Hex 41 2F 28 0 1C 26 4B 11 18 15
Octal 101 57 50 0 34 46 113 21 30 25
Binary 1000001 101111 101000 0 11100 100110 1001011 10001 11000 10101

Color Harmonies of #412F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F28

Black with #412F28

Text Example


Text Example

White with #412F28

Text Example


Text Example

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